]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix duplicate docs for Cursor.description
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 03:39:09 +0000 (04:39 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 03:39:40 +0000 (04:39 +0100)
docs/api/cursors.rst

index 218d1e84b31dcb7ca67c68340c4358985277a9f1..1221317b75520c60543b652acab80bf1e78625f7 100644 (file)
@@ -176,10 +176,6 @@ The `!Cursor` class
 
     .. autoattribute:: description
 
-        A list of objects describing each column of the current queryset.
-
-        `!None` if the last operation didn't return a queryset.
-
     .. autoattribute:: statusmessage
 
         This is the status tag you typically see in :program:`psql` after