mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
Replace reference to spam_user with print to remove some confusion
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ Or iterate over them:
|
||||
.. code:: python
|
||||
|
||||
for r in rows:
|
||||
spam_user(name=r.name, email=r.user_email)
|
||||
print(r.name, r.user_email)
|
||||
|
||||
Values can be accessed many ways: ``row.user_email``, ``row['user_email']``, or ``row[3]``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user