From: Denis Laxalde Date: Thu, 9 Jun 2022 06:45:23 +0000 (+0200) Subject: docs: fix a typo in infinity date adaptation section X-Git-Tag: 3.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143fc4279465cbd2a4e009e0b615bb913d0c00d6;p=thirdparty%2Fpsycopg.git docs: fix a typo in infinity date adaptation section --- diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index 2bd3bd69e..256b8fc70 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -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