mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Typo fixed in DictRow doc.
This commit is contained in:
parent
8001795b95
commit
96b7912bcf
|
@ -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',)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user