We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b5cf9e + 639124c commit 5337005Copy full SHA for 5337005
docs/guide/querying.rst
@@ -239,7 +239,7 @@ Limiting and skipping results
239
Just as with traditional ORMs, you may limit the number of results returned or
240
skip a number or results in you query.
241
:meth:`~mongoengine.queryset.QuerySet.limit` and
242
-:meth:`~mongoengine.queryset.QuerySet.skip` and methods are available on
+:meth:`~mongoengine.queryset.QuerySet.skip` methods are available on
243
:class:`~mongoengine.queryset.QuerySet` objects, but the `array-slicing` syntax
244
is preferred for achieving this::
245
0 commit comments