From: Daniele Varrazzo Date: Wed, 21 Sep 2022 11:49:25 +0000 (+0100) Subject: docs: typo messge -> message X-Git-Tag: 3.1.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f97c69583626ee9fbef0776608ffd3f40c56d9;p=thirdparty%2Fpsycopg.git docs: typo messge -> message Thank you, codespell 💀💀💀 --- 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