We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca4b98 commit 58947dfCopy full SHA for 58947df
Lib/_strptime.py
@@ -628,7 +628,7 @@ def parse_int(s):
628
year = 1
629
else:
630
# in line with other format directives, negative numbers
631
- # are not supported by the regular expression;
+ # are not supported by the regular expression;
632
# this branch will not trigger!
633
msg = f"Negative century unsupported ({found_dict[group_key]})"
634
raise ValueError(msg)
0 commit comments