From 4f5c03e87ffba4105348fa1689c7144cc3fcdaef Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 25 Sep 2022 02:41:52 +0100 Subject: [PATCH] docs: fix plural --- docs/basic/from_pg2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2