Skip to content

Commit af35fa3

Browse files
author
Jiang Yue
committed
shorten lines for whatsnew
1 parent ec265fa commit af35fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ would be reassigned as -1. (:issue:`19387`)
9090

9191
.. ipython:: python
9292
93-
mi1 = pd.MultiIndex(levels=[[np.nan, None, pd.NaT, 128, 2]], codes=[[0, -1, 1, 2, 3, 4]])
93+
mi1 = pd.MultiIndex(levels=[[np.nan, None, pd.NaT, 128, 2]],
94+
codes=[[0, -1, 1, 2, 3, 4]])
9495
mi2 = pd.MultiIndex(levels=[[1, 2]], codes=[[0, -2]])
9596
9697
*Previous Behavior*:

0 commit comments

Comments
 (0)