Resolving a docs format warning.

This commit is contained in:
Ryan Petrello
2012-03-23 00:16:05 -04:00
parent 099d36c871
commit d8488fba09

View File

@@ -67,7 +67,7 @@ class GenericJSON(JSONEncoder):
along with the resultset "row" count.
.. note:: {'count': 5, 'rows': [(u'Ed Jones',), (u'Pete Jones',),
(u'Wendy Williams',), (u'Mary Contrary',), (u'Fred Flinstone',)]}
(u'Wendy Williams',), (u'Mary Contrary',), (u'Fred Smith',)]}
* SQLAlchemy RowProxy objects
Casts the RowProxy cursor object into a dictionary, probably