]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix docs typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 14:39:07 +0000 (15:39 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 14:39:45 +0000 (15:39 +0100)
psycopg/psycopg/abc.py

index 1899e1437bddf0fc2787b92a681ef476946e1351..059000f353198aa5f10337e7a5e1069c82eb649a 100644 (file)
@@ -144,7 +144,7 @@ class Dumper(Protocol):
         dumper again. If the mechanism is not needed, the method should return
         the same *cls* object passed in the constructor.
 
-        If a dumper implements `get_key()` it should also implmement
+        If a dumper implements `get_key()` it should also implement
         `upgrade()`.
 
         """