From 96b7912bcf4f766719e51daa25273d5472018623 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 15 Feb 2010 18:41:30 +0100 Subject: [PATCH] Typo fixed in DictRow doc. --- lib/extras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extras.py b/lib/extras.py index 3b5ea8db..26b6208e 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -129,7 +129,7 @@ class DictCursor(DictCursorBase): self._query_executed = 0 class DictRow(list): - """A row object that allow by-colun-name access to data.""" + """A row object that allow by-colmun-name access to data.""" __slots__ = ('_index',)