Another minor formatting change.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 20 May 2011 03:44:57 +0000 (22:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 20 May 2011 03:44:57 +0000 (22:44 -0500)
mediagoblin/util.py

index 867c4380b9a4852468106477d21286f4984eb71c..254245df1bad4d3f8bbbed3155e6d57c1846c838 100644 (file)
@@ -299,9 +299,10 @@ def setup_gettext(locale):
 
 class Pagination(object):
     """
-    Pagination class,
-    initialization through __init__(self, cursor, page=1, per_page=2):
-    get actual data slice through __call__()
+    Pagination class for mongodb queries.
+
+    Initialization through __init__(self, cursor, page=1, per_page=2),
+    get actual data slice through __call__().
     """
 
     def __init__(self, page, cursor, per_page=2):