From: Daniele Varrazzo Date: Tue, 22 Mar 2022 16:02:55 +0000 (+0100) Subject: docs: drop outdated docstring description X-Git-Tag: 3.1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5698ff98eefa3a58500708a81916237922e195;p=thirdparty%2Fpsycopg.git docs: drop outdated docstring description --- diff --git a/psycopg/psycopg/abc.py b/psycopg/psycopg/abc.py index 9bdd3e173..7747515dc 100644 --- a/psycopg/psycopg/abc.py +++ b/psycopg/psycopg/abc.py @@ -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. """