From f2c01af265936294218dec793b9e194cafbcf26f Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Tue, 26 May 2015 12:34:55 -0700 Subject: [PATCH] Fix indentation in docs. --- doc/api/pymongo/cursor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/pymongo/cursor.rst b/doc/api/pymongo/cursor.rst index c30b35a76..99fd82315 100644 --- a/doc/api/pymongo/cursor.rst +++ b/doc/api/pymongo/cursor.rst @@ -4,7 +4,7 @@ .. automodule:: pymongo.cursor :synopsis: Tools for iterating over MongoDB query results - .. autoclass:: pymongo.cursor.CursorType + .. autoclass:: pymongo.cursor.CursorType .. autoattribute:: NON_TAILABLE :annotation: