From: Daniele Varrazzo Date: Wed, 25 Aug 2021 23:22:45 +0000 (+0200) Subject: Drop TODO doc point to something that people can discover themselves X-Git-Tag: 3.0.beta1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f941d885be9cbd7db21d8ac46d94336c26fd6c8a;p=thirdparty%2Fpsycopg.git Drop TODO doc point to something that people can discover themselves Let's leave devs some thrill, or this job becomes boring. --- diff --git a/docs/basic/params.rst b/docs/basic/params.rst index cfd48eb59..9f9258080 100644 --- a/docs/basic/params.rst +++ b/docs/basic/params.rst @@ -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