From 9c895793abb335fd1ac75fec492b02c4960c0c9c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 8 Dec 2021 15:39:07 +0100 Subject: [PATCH] Fix docs typo --- psycopg/psycopg/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`. """ -- 2.47.2