Skip to content

Commit 5d2c94c

Browse files
committed
Update indexing.rst
Another 'optiion_context' without 'pd.'
1 parent 6521a88 commit 5d2c94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ Last, the subsequent example will **not** work at all, and so should be avoided:
18791879
:okwarning:
18801880
:okexcept:
18811881
1882-
with option_context('mode.chained_assignment','raise'):
1882+
with pd.option_context('mode.chained_assignment','raise'):
18831883
dfd.loc[0]['a'] = 1111
18841884
18851885
.. warning::

0 commit comments

Comments
 (0)