From 99861e6f8592ff03579127dba79337abb22e5d00 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 24 Aug 2022 19:50:18 +0200 Subject: [PATCH] docs: fix link to numeric-to-float recipe --- docs/basic/adapt.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:: -- 2.47.2