From: Christian Clauss Date: Sun, 16 Jan 2022 09:32:20 +0000 (+0100) Subject: abc.rst: Fix typos discovered by codespell X-Git-Tag: pool-3.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5681de9c42f916d5b2436ad9c6f47b79c8aeaa12;p=thirdparty%2Fpsycopg.git abc.rst: Fix typos discovered by codespell https://pypi.org/project/codespell/ --- diff --git a/docs/api/abc.rst b/docs/api/abc.rst index f40a0596d..9514e9b06 100644 --- a/docs/api/abc.rst +++ b/docs/api/abc.rst @@ -15,7 +15,7 @@ checking. be possible to know the connection encoding or the server date format. :type context: `AdaptContext` or None - A partial implementation of this protocol (implementing everyting except + A partial implementation of this protocol (implementing everything except `dump()`) is available as `psycopg.adapt.Dumper`. .. autoattribute:: format @@ -60,7 +60,7 @@ checking. be possible to know the connection encoding or the server date format. :type context: `AdaptContext` or None - A partial implementation of this protocol (implementing everyting except + A partial implementation of this protocol (implementing everything except `load()`) is available as `psycopg.adapt.Loader`. .. autoattribute:: format