From: Daniele Varrazzo Date: Wed, 8 Dec 2021 14:39:07 +0000 (+0100) Subject: Fix docs typo X-Git-Tag: pool-3.1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c895793abb335fd1ac75fec492b02c4960c0c9c;p=thirdparty%2Fpsycopg.git Fix docs typo --- diff --git a/psycopg/psycopg/abc.py b/psycopg/psycopg/abc.py index 1899e1437..059000f35 100644 --- a/psycopg/psycopg/abc.py +++ b/psycopg/psycopg/abc.py @@ -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()`. """