]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix sentence in async notification docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Jul 2024 11:39:43 +0000 (13:39 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Jul 2024 11:39:43 +0000 (13:39 +0200)
docs/advanced/async.rst

index ef1f6c1513ba3fe6f1c0bbedcc617e19f519b343..6aa5990c78f06ce4b60b9dffc98cbfc75a9045b5 100644 (file)
@@ -327,7 +327,7 @@ of communication.
 .. |NOTIFY| replace:: :sql:`NOTIFY`
 .. _NOTIFY: https://www.postgresql.org/docs/current/sql-notify.html
 
-Because of the way sessions interact with notifications (see |NOTIFY|_
+Because of the way transactions interact with notifications (see |NOTIFY|_
 documentation), you should keep the connection in `~Connection.autocommit`
 mode if you wish to receive or send notifications in a timely manner.