From: Daniele Varrazzo Date: Fri, 12 Aug 2022 01:43:59 +0000 (+0200) Subject: docs: fix typo "flaot" X-Git-Tag: 3.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a46c0ae8b402c427f30d3674d2b111e2888e0c;p=thirdparty%2Fpsycopg.git docs: fix typo "flaot" --- diff --git a/docs/basic/adapt.rst b/docs/basic/adapt.rst index 8cd3130e2..c0503f0db 100644 --- a/docs/basic/adapt.rst +++ b/docs/basic/adapt.rst @@ -63,7 +63,7 @@ Numbers adaptation - Python `~decimal.Decimal` values are converted to PostgreSQL :sql:`numeric`. -On the way back, smaller types (:sql:`int2`, :sql:`int4`, :sql:`flaot4`) are +On the way back, smaller types (:sql:`int2`, :sql:`int4`, :sql:`float4`) are promoted to the larger Python counterpart. .. note::