From: Daniele Varrazzo Date: Wed, 29 Dec 2021 21:42:58 +0000 (+0100) Subject: Fix typo: a raw data -> raw data X-Git-Tag: pool-3.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f18a25ae947f76c31fc6502b9d3513b110c91d4;p=thirdparty%2Fpsycopg.git Fix typo: a raw data -> raw data --- diff --git a/docs/advanced/rows.rst b/docs/advanced/rows.rst index 581a68da6..25e35d99a 100644 --- a/docs/advanced/rows.rst +++ b/docs/advanced/rows.rst @@ -66,7 +66,7 @@ Creating new row factories -------------------------- A *row factory* is a callable that accepts a `Cursor` object and returns -another callable, a *row maker*, which takes a raw data (as a sequence of +another callable, a *row maker*, which takes raw data (as a sequence of values) and returns the desired object. The role of the row factory is to inspect a query result (it is called after a