]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo "flaot"
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Aug 2022 01:43:59 +0000 (03:43 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Aug 2022 01:43:59 +0000 (03:43 +0200)
docs/basic/adapt.rst

index 8cd3130e24f839db11a5ce0ba1cb6f147a977a18..c0503f0db21c13d4ed7aad2f291dc01ebf5b055d 100644 (file)
@@ -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::