]> 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>
Wed, 24 Aug 2022 17:50:18 +0000 (19:50 +0200)
docs/basic/adapt.rst

index c0503f0db21c13d4ed7aad2f291dc01ebf5b055d..59b4b85505f6aff2a342fb3598d33a38f6cf9b0c 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::