We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03603b commit 197bf77Copy full SHA for 197bf77
pandas/_libs/tslibs/strptime.pyx
@@ -633,7 +633,7 @@ _regex_cache = {}
633
634
635
cdef int _calc_julian_from_U_or_W(int year, int week_of_year,
636
- int day_of_week, int week_starts_Mon):
+ int day_of_week, int week_starts_Mon):
637
"""Calculate the Julian day based on the year, week of the year, and day of
638
the week, with week_start_day representing whether the week of the year
639
assumes the week starts on Sunday or Monday (6 or 0).
0 commit comments