Skip to content

Commit 9e620bc

Browse files
funnycrabTomAugspurger
authored andcommitted
DOC: Fix typo in timeseries.rst (#16590)
1 parent 31e67d5 commit 9e620bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ then you can use a ``PeriodIndex`` and/or ``Series`` of ``Periods`` to do comput
19221922
span = pd.period_range('1215-01-01', '1381-01-01', freq='D')
19231923
span
19241924
1925-
To convert from a ``int64`` based YYYYMMDD representation.
1925+
To convert from an ``int64`` based YYYYMMDD representation.
19261926

19271927
.. ipython:: python
19281928

0 commit comments

Comments
 (0)