Skip to content

Commit 34a0646

Browse files
committed
DOC: fix typo, close #1793
1 parent 3942eb0 commit 34a0646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ return the number of frequency units between them:
693693

694694
.. ipython:: python
695695
696-
Period('2012', freq='A-DEC') - Period(2002', freq='A-DEC')
696+
Period('2012', freq='A-DEC') - Period('2002', freq='A-DEC')
697697
698698
PeriodIndex and period_range
699699
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)