Fix simple typo: acessed -> accessed

Closes #306
This commit is contained in:
Tim Gates 2020-01-05 11:02:03 +11:00
parent 43e9431865
commit ec4723e691
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -172,7 +172,7 @@ results will be returned::
db = dataset.connect('sqlite:///mydatabase.db', row_type=stuf) db = dataset.connect('sqlite:///mydatabase.db', row_type=stuf)
Now contents will be returned in ``stuf`` objects (basically, ``dict`` Now contents will be returned in ``stuf`` objects (basically, ``dict``
objects whose elements can be acessed as attributes (``item.name``) as well as objects whose elements can be accessed as attributes (``item.name``) as well as
by index (``item['name']``). by index (``item['name']``).
Running custom SQL queries Running custom SQL queries