Skip to content

Commit d1f9a73

Browse files
authored
Fixing Typo in BYearEnd example (#43750)
1 parent 49d3713 commit d1f9a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ cdef class BYearEnd(YearOffset):
19291929
19301930
Examples
19311931
--------
1932-
>>> from pandas.tseries.offset import BYearEnd
1932+
>>> from pandas.tseries.offsets import BYearEnd
19331933
>>> ts = pd.Timestamp('2020-05-24 05:01:15')
19341934
>>> ts - BYearEnd()
19351935
Timestamp('2019-12-31 05:01:15')

0 commit comments

Comments
 (0)