Skip to content

Commit 689afe7

Browse files
author
MarcoGorelli
committed
docstring
1 parent 1dbb4a8 commit 689afe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/parsing.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ cdef str _fill_token(token: str, padding: int):
11081108
return token_filled
11091109

11101110
cdef void _maybe_warn_about_dayfirst(format: str, bint dayfirst):
1111+
"""Warn if guessed datetime format doesn't respect dayfirst argument."""
11111112
cdef:
11121113
int day_index = format.find('%d')
11131114
int month_index = format.find('%m')

0 commit comments

Comments
 (0)