From ec4723e6910f8ed2db20ca08e7dd2aa442f0244a Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 5 Jan 2020 11:02:03 +1100 Subject: [PATCH] Fix simple typo: acessed -> accessed Closes #306 --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 66bd053..1a9b676 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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