Skip to content

Commit 08f33d0

Browse files
simonjayhawkinsKevin D Smith
authored and
Kevin D Smith
committed
DOC: doc fix (pandas-dev#36205)
1 parent 05a5a9d commit 08f33d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Bug fixes
5151
Other
5252
~~~~~
5353
- :meth:`factorize` now supports ``na_sentinel=None`` to include NaN in the uniques of the values and remove ``dropna`` keyword which was unintentionally exposed to public facing API in 1.1 version from :meth:`factorize` (:issue:`35667`)
54-
- :meth:`DataFrame.plot` and meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
54+
- :meth:`DataFrame.plot` and :meth:`Series.plot` raise ``UserWarning`` about usage of ``FixedFormatter`` and ``FixedLocator`` (:issue:`35684` and :issue:`35945`)
5555

5656
.. ---------------------------------------------------------------------------
5757

0 commit comments

Comments
 (0)