Skip to content

Commit 8610c71

Browse files
jaracopicnixz
andauthored
Normalize whitespace in diff.
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 218db85 commit 8610c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def __init__(self, full_prefixes, inline_prefixes):
583583
# prefix at the beginning of the line or following a space
584584
fr'(^|\s)({re.escape(prefix)}.*)'
585585
for prefix in inline_prefixes
586-
)
586+
)
587587
self.pattern = re.compile('|'.join(itertools.chain(full_patterns, inline_patterns)))
588588

589589
def strip(self, text):

0 commit comments

Comments
 (0)