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 f718e16 commit 61a7bc8Copy full SHA for 61a7bc8
pandas/_libs/tslibs/offsets.pyx
@@ -4523,7 +4523,7 @@ cdef class Easter(SingleConstructorOffset):
4523
method : int, default 3
4524
The method used to calculate the date of Easter. Valid options are:
4525
- 1 (EASTER_JULIAN): Original calculation in Julian calendar
4526
- - 2 (EASTER_ORTHODOX): Original method, with date converted to Gregorian calendar
+ - 2 (EASTER_ORTHODOX): Original method, date converted to Gregorian calendar
4527
- 3 (EASTER_WESTERN): Revised method, in Gregorian calendar
4528
These constants are defined in the `dateutil.easter` module.
4529
0 commit comments