mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
Update README.rst
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user