From: Daniele Varrazzo Date: Wed, 24 Aug 2022 17:50:18 +0000 (+0200) Subject: docs: fix link to numeric-to-float recipe X-Git-Tag: 3.0.17~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7da7dd2af5b3b1c0a4f21f969b5fc634dbe096ae;p=thirdparty%2Fpsycopg.git docs: fix link to numeric-to-float recipe --- diff --git a/docs/basic/adapt.rst b/docs/basic/adapt.rst index 03b1be5cb..117f3e0f0 100644 --- a/docs/basic/adapt.rst +++ b/docs/basic/adapt.rst @@ -70,8 +70,8 @@ promoted to the larger Python counterpart. Sometimes you may prefer to receive :sql:`numeric` data as `!float` instead, for performance reason or ease of manipulation: you can configure - an adapter to :ref:`cast PostgreSQL numeric to Python float `. - This of course may imply a loss of precision. + an adapter to :ref:`cast PostgreSQL numeric to Python float + `. This of course may imply a loss of precision. .. index::