From a5374c9de3e3489ec16e8628dc69aeb2f457fac0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 26 Sep 2021 21:02:22 +0200 Subject: [PATCH] Better wording: writing to attribute -> setting the attribute --- docs/advanced/rows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3