From: Daniele Varrazzo Date: Sun, 2 May 2021 09:48:53 +0000 (+0200) Subject: Fix typo in doc title X-Git-Tag: 3.0.dev0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c38c1a36928bb990d129a9110bc15934152049;p=thirdparty%2Fpsycopg.git Fix typo in doc title --- diff --git a/docs/advanced/adapt.rst b/docs/advanced/adapt.rst index 6f359e0e2..27e8e4be6 100644 --- a/docs/advanced/adapt.rst +++ b/docs/advanced/adapt.rst @@ -58,8 +58,8 @@ configuration. class you created. -Example: handling inifity date -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Example: handling infinity date +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Suppose you want to work with the "infinity" date which is available in PostgreSQL but not handled by Python: