Skip to content

Commit 8408fa4

Browse files
committed
STYLE: Fix sript name in whatsnew (pandas-dev#39992)
1 parent 421c94b commit 8408fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Other
455455
- Bug in :class:`Styler` where ``subset`` arg in methods raised an error for some valid multiindex slices (:issue:`33562`)
456456
- :class:`Styler` rendered HTML output minor alterations to support w3 good code standard (:issue:`39626`)
457457
- Bug in :meth:`DataFrame.equals`, :meth:`Series.equals`, :meth:`Index.equals` with object-dtype containing ``np.datetime64("NaT")`` or ``np.timedelta64("NaT")`` (:issue:`39650`)
458-
- Apply fixes of script check_namespace_usage.py on pandas/tests/indexes (:issue:`39992`)
458+
- Apply fixes of script check_for_inconsistent_pandas_namespace.py on pandas/tests/indexes (:issue:`39992`)
459459

460460

461461
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)