summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-23 00:16:05 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-23 00:16:49 -0400
commitd8488fba0950e34a8524fffb43ebc1bafeefa870 (patch)
treeeb65f837ed4fb50c3d087431fd2f10e21aca2f29
parent099d36c8716653181b7c25952850a7772013bb1e (diff)
downloadpecan-d8488fba0950e34a8524fffb43ebc1bafeefa870.tar.gz
Resolving a docs format warning.
-rw-r--r--pecan/jsonify.py2
1 files changed, 1 insertions, 1 deletions
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