diff --git a/pecan/jsonify.py b/pecan/jsonify.py index 7b5a75d..c540325 100644 --- a/pecan/jsonify.py +++ b/pecan/jsonify.py @@ -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