From: Daniele Varrazzo Date: Sun, 26 Sep 2021 19:02:22 +0000 (+0200) Subject: Better wording: writing to attribute -> setting the attribute X-Git-Tag: 3.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5374c9de3e3489ec16e8628dc69aeb2f457fac0;p=thirdparty%2Fpsycopg.git Better wording: writing to attribute -> setting the attribute --- diff --git a/docs/advanced/rows.rst b/docs/advanced/rows.rst index b5bdd0cdf..cf6d35c38 100644 --- a/docs/advanced/rows.rst +++ b/docs/advanced/rows.rst @@ -105,7 +105,7 @@ or as a plain function: return make_row These can then be used by specifying a `row_factory` argument in -`Connection.connect()`, `Connection.cursor()`, or by writing to +`Connection.connect()`, `Connection.cursor()`, or by setting the `Connection.row_factory` attribute. .. code:: python