]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix link to numeric-to-float recipe
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 24 Aug 2022 17:50:18 +0000 (19:50 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Aug 2022 10:03:58 +0000 (11:03 +0100)
docs/basic/adapt.rst

index 03b1be5cbab33de9ae467427e21d64cfbed73164..117f3e0f05fc44f36cebaee6b56fbe2a2c10dec3 100644 (file)
@@ -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 <faq-float>`.
-    This of course may imply a loss of precision.
+    an adapter to :ref:`cast PostgreSQL numeric to Python float
+    <adapt-example-float>`. This of course may imply a loss of precision.
 
 
 .. index::