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.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99861e6f8592ff03579127dba79337abb22e5d00;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 c0503f0db..59b4b8550 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::