Skip to content

Commit 1751628

Browse files
funnycrabjorisvandenbossche
authored andcommitted
DOC: Fix typo in timeseries.rst (pandas-dev#15981)
1 parent 6c0cfff commit 1751628

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
@@ -113,7 +113,7 @@ For example:
113113
pd.Period('2012-05', freq='D')
114114
115115
``Timestamp`` and ``Period`` can be the index. Lists of ``Timestamp`` and
116-
``Period`` are automatically coerce to ``DatetimeIndex`` and ``PeriodIndex``
116+
``Period`` are automatically coerced to ``DatetimeIndex`` and ``PeriodIndex``
117117
respectively.
118118

119119
.. ipython:: python

0 commit comments

Comments
 (0)