Skip to content

Commit 5337005

Browse files
authored
Merge pull request MongoEngine#2557 from yugyesh/patch-1
Minor typo error
2 parents 8b5cf9e + 639124c commit 5337005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/querying.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Limiting and skipping results
239239
Just as with traditional ORMs, you may limit the number of results returned or
240240
skip a number or results in you query.
241241
:meth:`~mongoengine.queryset.QuerySet.limit` and
242-
:meth:`~mongoengine.queryset.QuerySet.skip` and methods are available on
242+
:meth:`~mongoengine.queryset.QuerySet.skip` methods are available on
243243
:class:`~mongoengine.queryset.QuerySet` objects, but the `array-slicing` syntax
244244
is preferred for achieving this::
245245

0 commit comments

Comments
 (0)