Skip to content

Commit 221d35f

Browse files
committed
Add spaces to align code-lines
1 parent b67a4b5 commit 221d35f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/source/whatsnew/v0.21.0.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -854,11 +854,11 @@ Previous Behavior:
854854

855855
.. code-block:: ipython
856856
857-
In [2]: pd.interval_range(start=0, end=4, periods=6)
858-
Out[2]:
859-
IntervalIndex([(0, 1], (1, 2], (2, 3]]
860-
closed='right',
861-
dtype='interval[int64]')
857+
In [2]: pd.interval_range(start=0, end=4, periods=6)
858+
Out[2]:
859+
IntervalIndex([(0, 1], (1, 2], (2, 3]]
860+
closed='right',
861+
dtype='interval[int64]')
862862
863863
In [3]: pd.period_range(start='2017Q1', end='2017Q4', periods=6, freq='Q')
864864
Out[3]: PeriodIndex(['2017Q1', '2017Q2', '2017Q3', '2017Q4', '2018Q1', '2018Q2'], dtype='period[Q-DEC]', freq='Q-DEC')
@@ -881,11 +881,11 @@ Previous Behavior:
881881

882882
.. code-block:: ipython
883883
884-
In [4]: pd.interval_range(start=0, end=4)
885-
Out[4]:
886-
IntervalIndex([(0, 1], (1, 2], (2, 3]]
887-
closed='right',
888-
dtype='interval[int64]')
884+
In [4]: pd.interval_range(start=0, end=4)
885+
Out[4]:
886+
IntervalIndex([(0, 1], (1, 2], (2, 3]]
887+
closed='right',
888+
dtype='interval[int64]')
889889
890890
891891
New Behavior:

0 commit comments

Comments
 (0)