]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix a typo in infinity date adaptation section
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 9 Jun 2022 06:45:23 +0000 (08:45 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 9 Jun 2022 07:01:53 +0000 (09:01 +0200)
docs/basic/from_pg2.rst

index 2bd3bd69ec694db387cd82fc26ba878baef5f047..256b8fc706da8b4f1a885e5f6f8f81afa0448b3e 100644 (file)
@@ -279,7 +279,7 @@ you?
 No default infinity dates handling
 ----------------------------------
 
-PostgreSQL can represent has a much wider range of dates and timestamps than
+PostgreSQL can represent a much wider range of dates and timestamps than
 Python. While Python dates are limited to the years between 1 and 9999
 (represented by constants such as `datetime.date.min` and
 `~datetime.date.max`), PostgreSQL dates extend to BC dates and past the year