Skip to content

Commit 379cf86

Browse files
committed
DOC: adds 0.21.0 for appearance of setting warnings
1 parent 5442285 commit 379cf86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/indexing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ as an attribute:
226226
panel.one
227227
228228
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
229-
if you try to use attribute access to create a new column, it issues a ```UserWarning`` and creates a new attribute rather than a
230-
new column.
229+
if you try to use attribute access to create a new column, it creates a new attribute rather than a
230+
new column. This behavior will incur a ``UserWarning`` in 0.21.0 and later.
231231

232232
.. ipython:: python
233233

0 commit comments

Comments
 (0)