diff options
-rw-r--r-- | lib/extras.py | 2 |
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',) |