Skip to content

Commit

Permalink
Merge pull request #2557 from yugyesh/patch-1
Browse files Browse the repository at this point in the history
Minor typo error
  • Loading branch information
bagerard committed Aug 16, 2021
2 parents 8b5cf9e + 639124c commit 5337005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/querying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Limiting and skipping results
Just as with traditional ORMs, you may limit the number of results returned or
skip a number or results in you query.
:meth:`~mongoengine.queryset.QuerySet.limit` and
:meth:`~mongoengine.queryset.QuerySet.skip` and methods are available on
:meth:`~mongoengine.queryset.QuerySet.skip` methods are available on
:class:`~mongoengine.queryset.QuerySet` objects, but the `array-slicing` syntax
is preferred for achieving this::

Expand Down

0 comments on commit 5337005

Please sign in to comment.