summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extras.py b/lib/extras.py
index 3b5ea8d..26b6208 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',)