Skip to content

Commit 4ae4f29

Browse files
authored
DOC: Fix a typo in documentation for qyear (#47033)
1 parent 7bf3c75 commit 4ae4f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/period.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ cdef class _Period(PeriodMixin):
22022202
2018
22032203

22042204
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`
2205+
2018 will start in April 2017. `year` will then be 2017, but `qyear`
22062206
will be the fiscal year, 2018.
22072207

22082208
>>> per = pd.Period('2018Q1', freq='Q-MAR')

0 commit comments

Comments
 (0)