Skip to content

Commit 42ce528

Browse files
Address review comment to annotate PeriodIndex as a class
1 parent 8f0b7f2 commit 42ce528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fixed regressions
3030
- Fixed regression in :func:`assert_index_equal` when ``check_order=False`` and :class:`Index` has extension or object dtype (:issue:`47207`)
3131
- Fixed regression in :func:`read_excel` returning ints as floats on certain input sheets (:issue:`46988`)
3232
- Fixed regression in :meth:`DataFrame.shift` when ``axis`` is ``columns`` and ``fill_value`` is absent, ``freq`` is ignored (:issue:`47039`)
33-
- Fixed regression in :meth:`DataFrame.to_json` when ``index`` is of the type ``PeriodIndex`` causing a segmentation violation (:issue:`46683`)
33+
- Fixed regression in :meth:`DataFrame.to_json` when ``index`` is of the type :class:`PeriodIndex` causing a segmentation violation (:issue:`46683`)
3434

3535
.. ---------------------------------------------------------------------------
3636

0 commit comments

Comments
 (0)