diff --git a/mongoengine/queryset/base.py b/mongoengine/queryset/base.py index 2124cd0c..23cb79c5 100644 --- a/mongoengine/queryset/base.py +++ b/mongoengine/queryset/base.py @@ -260,8 +260,7 @@ class BaseQuerySet: except StopIteration: return result - # If we were able to retrieve the 2nd doc, rewind the cursor and - # raise the MultipleObjectsReturned exception. + # If we were able to retrieve the 2nd doc, raise the MultipleObjectsReturned exception. raise queryset._document.MultipleObjectsReturned( "2 or more items returned, instead of 1" )