]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: typo messge -> message
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 21 Sep 2022 11:49:25 +0000 (12:49 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 21 Sep 2022 11:49:25 +0000 (12:49 +0100)
Thank you, codespell ðŸ’€ðŸ’€ðŸ’€

docs/api/cursors.rst

index dfa5c3f21b3309a2563f1bcecc381473cbd85352..704fe1bb39546ee58eb0b7f961da81de756a9e38 100644 (file)
@@ -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