We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb0b11 commit fdbc2ddCopy full SHA for fdbc2dd
pandas/_libs/tslibs/period.pyx
@@ -2202,7 +2202,7 @@ cdef class _Period(PeriodMixin):
2202
2018
2203
2204
If the fiscal year starts in April (`Q-MAR`), the first quarter of
2205
- 2018 will start in April 2017. `year` will then be 2018, but `qyear`
+ 2018 will start in April 2017. `year` will then be 2017, but `qyear`
2206
will be the fiscal year, 2018.
2207
2208
>>> per = pd.Period('2018Q1', freq='Q-MAR')
0 commit comments