Skip to content

Commit b6bc361

Browse files
chean.wei.khorchean.wei.khor
chean.wei.khor
authored and
chean.wei.khor
committed
doc
1 parent 1457eec commit b6bc361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,9 +1087,9 @@ are closed on. Intervals are closed on the right side by default.
10871087

10881088
.. ipython:: python
10891089
1090-
pd.interval_range(start=0, end=4, closed="both")
1090+
pd.interval_range(start=0, end=4, inclusive="both")
10911091
1092-
pd.interval_range(start=0, end=4, closed="neither")
1092+
pd.interval_range(start=0, end=4, inclusive="neither")
10931093
10941094
Specifying ``start``, ``end``, and ``periods`` will generate a range of evenly spaced
10951095
intervals from ``start`` to ``end`` inclusively, with ``periods`` number of elements

0 commit comments

Comments
 (0)