Skip to content

DOC: Polishing typos out of doc/source/user_guide/indexing.rst #25528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: typo fix - definite article added before the single noun: 'method'
  • Loading branch information
leerssej committed Mar 3, 2019
commit fe822e454a014455ad2bc212728d34c0312b4621
2 changes: 1 addition & 1 deletion doc/source/user_guide/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ of the DataFrame):

df[df['A'] > 0]

List comprehensions and ``map`` method of Series can also be used to produce
List comprehensions and the ``map`` method of Series can also be used to produce
more complex criteria:

.. ipython:: python
Expand Down