We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5cf9e commit 639124cCopy full SHA for 639124c
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