]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop TODO doc point to something that people can discover themselves
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 Aug 2021 23:22:45 +0000 (01:22 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 Aug 2021 23:23:15 +0000 (01:23 +0200)
Let's leave devs some thrill, or this job becomes boring.

docs/basic/params.rst

index cfd48eb59546d02642c46c26f8c89d139c4a0468..9f9258080514d0fbfca1b539bd5b3bae3dbf6a2d 100644 (file)
@@ -235,7 +235,3 @@ in the database, such as images::
     cur.execute(
         "select image_data from images where id = %s", [image_id], binary=True)
     data = cur.fetchone()[0]
-
-.. admonition:: TODO
-
-    - cannot pass multiple statements in binary