From d8488fba0950e34a8524fffb43ebc1bafeefa870 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 23 Mar 2012 00:16:05 -0400 Subject: [PATCH] Resolving a docs format warning. --- pecan/jsonify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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