Merge pull request #307 from timgates42/bugfix/typo_accessed

Fix simple typo: acessed -> accessed
This commit is contained in:
Friedrich Lindenberg 2020-01-11 11:51:15 +01:00 committed by GitHub
commit 01834d65db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ results will be returned::
db = dataset.connect('sqlite:///mydatabase.db', row_type=stuf)
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']``).
Running custom SQL queries