Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c31a92

Browse files
jyalimencukou
andauthored
Update Lib/_strptime.py
PEP 8 fix on existing code Co-authored-by: Petr Viktorin <[email protected]>
1 parent 4a312ab commit 4c31a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_strptime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __init__(self, locale_time=None):
384384
'Z'),
385385
'n': r'\s*',
386386
't': r'\s*',
387-
'%': '%'
387+
'%': '%',
388388
}
389389
if self.locale_time.LC_alt_digits is None:
390390
for d in 'dmyCHIMS':

0 commit comments

Comments
 (0)