Skip to content

Commit 61a7bc8

Browse files
committed
Fix lint
1 parent f718e16 commit 61a7bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4523,7 +4523,7 @@ cdef class Easter(SingleConstructorOffset):
45234523
method : int, default 3
45244524
The method used to calculate the date of Easter. Valid options are:
45254525
- 1 (EASTER_JULIAN): Original calculation in Julian calendar
4526-
- 2 (EASTER_ORTHODOX): Original method, with date converted to Gregorian calendar
4526+
- 2 (EASTER_ORTHODOX): Original method, date converted to Gregorian calendar
45274527
- 3 (EASTER_WESTERN): Revised method, in Gregorian calendar
45284528
These constants are defined in the `dateutil.easter` module.
45294529

0 commit comments

Comments
 (0)