Skip to content

Commit 6085d92

Browse files
committed
DOC: adds 0.21.0 for appearance of setting warnings
1 parent f1d74cb commit 6085d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/indexing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ as an attribute:
228228
panel.one
229229
230230
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
231-
if you try to use attribute access to create a new column, it issues a ```UserWarning`` and creates a new attribute rather than a
232-
new column.
231+
if you try to use attribute access to create a new column, it creates a new attribute rather than a
232+
new column. This behavior will incur a ``UserWarning`` in 0.21.0 and later.
233233

234234
.. ipython:: python
235235

0 commit comments

Comments
 (0)