Update README.rst

This commit is contained in:
2016-02-09 04:31:19 -05:00
parent bbf02e1795
commit 1922513eaa
+1 -1
View File
@@ -25,7 +25,7 @@ Grab one row at a time:
.. code:: python
>>> rows[0]
Record(username='model-t', name='Henry Ford', active=True, timezone=datetime.datetime(2016, 2, 6, 22, 28, 23, 894202), user_email=model-t@gmail.com')
Record(username='model-t', name='Henry Ford', active=True, timezone=datetime.datetime(2016, 2, 6, 22, 28, 23, 894202), user_email='model-t@gmail.com')
Or iterate over them: