diff --git a/doc/source/indexing.rst b/doc/source/indexing.rst index f56e0d22b25a7..5ab72f633f49b 100644 --- a/doc/source/indexing.rst +++ b/doc/source/indexing.rst @@ -71,8 +71,7 @@ Object selection has had a number of user-requested additions in order to support more explicit location based indexing. pandas now supports three types of multi-axis indexing. -- ``.loc`` is strictly label based, will raise ``KeyError`` when the items are - not found, allowed inputs are: +- ``.loc`` is primarily label based, but may also be used with a boolean array. ``.loc`` will raise ``KeyError`` when the items are not found. Allowed inputs are: - A single label, e.g. ``5`` or ``'a'``, (note that ``5`` is interpreted as a *label* of the index. This use is **not** an integer position along the