Skip to content

Commit 659de5f

Browse files
authored
DOC: Fix whatsnew (#50821)
1 parent 5aff5c9 commit 659de5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Other
4848
as pandas works toward compatibility with SQLAlchemy 2.0.
4949

5050
- Reverted deprecation (:issue:`45324`) of behavior of :meth:`Series.__getitem__` and :meth:`Series.__setitem__` slicing with an integer :class:`Index`; this will remain positional (:issue:`49612`)
51-
- A ``FutureWarning`` raised when attempting to set values inplace with :meth:`DataFrame.loc` or :meth:`DataFrame.loc` has been changed to a ``DeprecationWarning`` (:issue:`48673`)
51+
- A ``FutureWarning`` raised when attempting to set values inplace with :meth:`DataFrame.loc` or :meth:`DataFrame.iloc` has been changed to a ``DeprecationWarning`` (:issue:`48673`)
5252

5353
.. ---------------------------------------------------------------------------
5454
.. _whatsnew_153.contributors:

0 commit comments

Comments
 (0)