There was an error while loading. Please reload this page.
1 parent fadb4f5 commit 1787470Copy full SHA for 1787470
doc/source/user_guide/indexing.rst
@@ -545,7 +545,7 @@ Selection By Callable
545
.. versionadded:: 0.18.1
546
547
``.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.
+The ``callable`` must be a function with one argument (the calling Series, DataFrame or Panel) that returns valid output for indexing.
549
550
.. ipython:: python
551
0 commit comments