Skip to content

Commit 9496940

Browse files
updating whatsnew docs
1 parent f0553be commit 9496940

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
@@ -237,7 +237,7 @@ new column. In 0.21.0 and later, this will raise a ``UserWarning``:
237237
238238
In [1]: df = pd.DataFrame({'one': [1., 2., 3.]})
239239
In [2]: df.two = [4, 5, 6]
240-
UserWarning: Pandas doesn't allow Series to be assigned into nonexistent columns - see :ref:`attribute accessing for Series <attribute.access>`
240+
UserWarning: Pandas doesn't allow Series to be assigned into nonexistent columns - see :ref:`attribute accessing for Series <indexing.attribute_access>`
241241
In [3]: df
242242
Out[3]:
243243
one

0 commit comments

Comments
 (0)