Skip to content

Commit 69dc2d4

Browse files
committed
addressing reviews CL#1
1 parent ec59a4f commit 69dc2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/parsing.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def parse_datetime_string(
282282
pass
283283

284284
try:
285-
dt = du_parse(date_string, default=_DEFAULT_DATETIME,
285+
dt = du_parse(date_string, default=_DEFAULT_DATETIME,
286286
dayfirst=dayfirst, yearfirst=yearfirst, **kwargs)
287287
except TypeError:
288288
# following may be raised from dateutil

0 commit comments

Comments
 (0)