From f1589216addc3edeb895ffe68d31972a04848cfa Mon Sep 17 00:00:00 2001 From: clham Date: Mon, 12 Jan 2015 21:39:01 -0500 Subject: [PATCH] Small syntax change to indexing.rst to address GH8686. --- doc/source/indexing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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