Skip to content

Commit 1093b0a

Browse files
committed
DOC: Disambiguate 'where' in boolean indexing-10min.rst (#12661)
1 parent f26b049 commit 1093b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/10min.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Using a single column's values to select data.
282282
283283
df[df.A > 0]
284284
285-
A ``where`` operation for getting.
285+
A where operation for getting.
286286

287287
.. ipython:: python
288288

0 commit comments

Comments
 (0)