]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix plural
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 25 Sep 2022 01:41:52 +0000 (02:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 25 Sep 2022 01:41:52 +0000 (02:41 +0100)
docs/basic/from_pg2.rst

index 43d2cd93597ea0b894e54e42408ec4d384f2e5bb..a029a75296ab1af396b3ac1d94630377b52b758a 100644 (file)
@@ -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