From 4d5698ff98eefa3a58500708a81916237922e195 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 22 Mar 2022 17:02:55 +0100 Subject: [PATCH] docs: drop outdated docstring description --- psycopg/psycopg/abc.py | 3 --- 1 file changed, 3 deletions(-) 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. """ -- 2.47.2