Skip to content

Commit 1787470

Browse files
committed
DOC: typo fix - 'and' removed since 'that' is already serving as conjunction
1 parent fadb4f5 commit 1787470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Selection By Callable
545545
.. versionadded:: 0.18.1
546546

547547
``.loc``, ``.iloc``, and also ``[]`` indexing can accept a ``callable`` as indexer.
548-
The ``callable`` must be a function with one argument (the calling Series, DataFrame or Panel) and that returns valid output for indexing.
548+
The ``callable`` must be a function with one argument (the calling Series, DataFrame or Panel) that returns valid output for indexing.
549549

550550
.. ipython:: python
551551

0 commit comments

Comments
 (0)