Skip to content

Commit 2f9d16f

Browse files
authored
DOC: add missing parameters to offsets class Easter (#53476)
1 parent 1a57d15 commit 2f9d16f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3817,6 +3817,17 @@ cdef class Easter(SingleConstructorOffset):
38173817
38183818
Right now uses the revised method which is valid in years 1583-4099.
38193819
3820+
Parameters
3821+
----------
3822+
n : int, default 1
3823+
The number of years represented.
3824+
normalize : bool, default False
3825+
Normalize start/end dates to midnight before generating date range.
3826+
3827+
See Also
3828+
--------
3829+
:class:`~pandas.tseries.offsets.DateOffset` : Standard kind of date increment.
3830+
38203831
Examples
38213832
--------
38223833
>>> ts = pd.Timestamp(2022, 1, 1)

0 commit comments

Comments
 (0)