]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
abc.rst: Fix typos discovered by codespell
authorChristian Clauss <cclauss@me.com>
Sun, 16 Jan 2022 09:32:20 +0000 (10:32 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 16 Jan 2022 11:39:06 +0000 (11:39 +0000)
https://pypi.org/project/codespell/

docs/api/abc.rst

index f40a0596d797ff2f7f71114d47d430ecb4fc95a7..9514e9b0608fbf63ad69c53b3d70241652f04895 100644 (file)
@@ -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