Skip to content

Commit 521dfeb

Browse files
Add parameter to index
1 parent 581bd4a commit 521dfeb

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` causing a segmentation violation when :class:`DataFrame` is created with an ``index`` of the type :class:`PeriodIndex` (:issue:`46683`)
33+
- Fixed regression in :meth:`DataFrame.to_json` causing a segmentation violation when :class:`DataFrame` is created with an ``index`` parameter of the type :class:`PeriodIndex` (:issue:`46683`)
3434

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

0 commit comments

Comments
 (0)