Skip to content

Commit

Permalink
Add a missing period
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
  • Loading branch information
Gallaecio and wRAR authored Apr 11, 2023
1 parent 9f18a37 commit 53d5146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsel/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def jmespath(
Call the ``.jmespath()`` method for each element in this list and return
their results flattened as another :class:`SelectorList`.
``query`` is the same argument as the one in :meth:`Selector.jmespath`
``query`` is the same argument as the one in :meth:`Selector.jmespath`.
Any additional named arguments are passed to the underlying
``jmespath.search`` call, e.g.::
Expand Down

0 comments on commit 53d5146

Please sign in to comment.