]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: drop outdated docstring description
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 22 Mar 2022 16:02:55 +0000 (17:02 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 22 Mar 2022 16:02:55 +0000 (17:02 +0100)
psycopg/psycopg/abc.py

index 9bdd3e1734d43501cfff569e21ee47fef463b446..7747515dc748605620c75a31085a5409c06ed075 100644 (file)
@@ -43,9 +43,6 @@ This can happen in connection and reset, but not in normal querying.
 
 PQGen = Generator["Wait", "Ready", RV]
 """Generator for processes where the connection file number won't change.
-
-The first item generated is the file descriptor; following items are be the
-Wait states.
 """