From 5681de9c42f916d5b2436ad9c6f47b79c8aeaa12 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Jan 2022 10:32:20 +0100 Subject: [PATCH] abc.rst: Fix typos discovered by codespell https://pypi.org/project/codespell/ --- docs/api/abc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2