From 4f18a25ae947f76c31fc6502b9d3513b110c91d4 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 29 Dec 2021 22:42:58 +0100 Subject: [PATCH] Fix typo: a raw data -> raw data --- 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 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 -- 2.47.2