Skip to content

Commit

Permalink
DOC: Fix typo in timeseries.rst (#15981)
Browse files Browse the repository at this point in the history
  • Loading branch information
funnycrab authored and jorisvandenbossche committed Apr 12, 2017
1 parent 6c0cfff commit 1751628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For example:
pd.Period('2012-05', freq='D')
``Timestamp`` and ``Period`` can be the index. Lists of ``Timestamp`` and
``Period`` are automatically coerce to ``DatetimeIndex`` and ``PeriodIndex``
``Period`` are automatically coerced to ``DatetimeIndex`` and ``PeriodIndex``
respectively.

.. ipython:: python
Expand Down

0 comments on commit 1751628

Please sign in to comment.