Skip to content

Commit 073556a

Browse files
author
Shashwat
committed
fixed broken comment
1 parent 7ac27f7 commit 073556a

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
@@ -831,7 +831,7 @@ def format_is_iso(f: str) -> bint:
831831
# \d{4} -> matches the four digit(0-9) which represent the year
832832
# -\d{2} -> matches the dash followed by 2 digits
833833
# T\d{2}:\d{2}:\d{2} \
834-
-> "T" followed by three groups seperated by colon: represent H:M:S
834+
# -> "T" followed by three groups seperated by colon: represent H:M:S
835835
# (\.\d+)? -> represents the fractions of seconds
836836
# (([+-]\d{2}:\d{2})|Z)? -> optional part match the time zone info
837837
# ? -> The ? at the end makes the part of regex optional

0 commit comments

Comments
 (0)