Skip to content

Commit

Permalink
STYLE: Fix sript name in whatsnew (pandas-dev#39992)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprincel committed Feb 23, 2021
1 parent 421c94b commit 8408fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Other
- Bug in :class:`Styler` where ``subset`` arg in methods raised an error for some valid multiindex slices (:issue:`33562`)
- :class:`Styler` rendered HTML output minor alterations to support w3 good code standard (:issue:`39626`)
- Bug in :meth:`DataFrame.equals`, :meth:`Series.equals`, :meth:`Index.equals` with object-dtype containing ``np.datetime64("NaT")`` or ``np.timedelta64("NaT")`` (:issue:`39650`)
- Apply fixes of script check_namespace_usage.py on pandas/tests/indexes (:issue:`39992`)
- Apply fixes of script check_for_inconsistent_pandas_namespace.py on pandas/tests/indexes (:issue:`39992`)


.. ---------------------------------------------------------------------------
Expand Down

0 comments on commit 8408fa4

Please sign in to comment.