We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce1339 commit 38bd5f0Copy full SHA for 38bd5f0
pandas/_libs/tslibs/parsing.pyx
@@ -831,7 +831,7 @@ def format_is_iso(f: str) -> bint:
831
# \d{4} -> matches the four digit(0-9) which represent the year
832
# -\d{2} -> matches the dash followed by 2 digits
833
# T\d{2}:\d{2}:\d{2} \
834
- -> "T" followed by three groups seperated by colon: represent H:M:S
+ # -> "T" followed by three groups seperated by colon: represent H:M:S
835
# (\.\d+)? -> represents the fractions of seconds
836
# (([+-]\d{2}:\d{2})|Z)? -> optional part match the time zone info
837
# ? -> The ? at the end makes the part of regex optional
0 commit comments