Skip to content

Commit 58947df

Browse files
committed
remove trailing whitespace
1 parent fca4b98 commit 58947df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_strptime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def parse_int(s):
628628
year = 1
629629
else:
630630
# in line with other format directives, negative numbers
631-
# are not supported by the regular expression;
631+
# are not supported by the regular expression;
632632
# this branch will not trigger!
633633
msg = f"Negative century unsupported ({found_dict[group_key]})"
634634
raise ValueError(msg)

0 commit comments

Comments
 (0)