From f9f97c69583626ee9fbef0776608ffd3f40c56d9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 21 Sep 2022 12:49:25 +0100 Subject: [PATCH] docs: typo messge -> message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thank you, codespell 💀💀💀 --- docs/api/cursors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/cursors.rst b/docs/api/cursors.rst index dfa5c3f21..704fe1bb3 100644 --- a/docs/api/cursors.rst +++ b/docs/api/cursors.rst @@ -153,7 +153,7 @@ The `!Cursor` class Failing to consume the iterator entirely will result in a connection left in `~psycopg.ConnectionInfo.transaction_status` `~pq.TransactionStatus.ACTIVE` state: this connection will refuse - to receive further commands (with a messge such as *another + to receive further commands (with a message such as *another command is already in progress*). You can restore the connection to a working state by consuming -- 2.47.3