From: Daniele Varrazzo Date: Sun, 25 Sep 2022 01:41:52 +0000 (+0100) Subject: docs: fix plural X-Git-Tag: 3.1.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5c03e87ffba4105348fa1689c7144cc3fcdaef;p=thirdparty%2Fpsycopg.git docs: fix plural --- diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index 43d2cd935..a029a7529 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -85,7 +85,7 @@ to have them created by default by `Connection.cursor()`. This way, Psycopg 3 will behave largely the same way of Psycopg 2. Note that, using `!ClientCursor` parameters, you can only specify query values -(aka *the string that go in single quotes*). If you need to parametrize +(aka *the strings that go in single quotes*). If you need to parametrize different parts of a statement, you must use the `!psycopg.sql` module:: >>> from psycopg import sql