Skip to content

Commit 201b5dd

Browse files
committed
addressing review comments
1 parent 438a60e commit 201b5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ cdef _array_to_datetime_object(
815815
continue
816816
try:
817817
oresult[i] = parse_datetime_string(val, dayfirst=dayfirst,
818-
yearfirst=yearfirst)
818+
yearfirst=yearfirst)
819819
pydatetime_to_dt64(oresult[i], &dts)
820820
check_dts_bounds(&dts)
821821
except (ValueError, OverflowError) as ex:

0 commit comments

Comments
 (0)