Skip to content

Commit 8fd2015

Browse files
typo
1 parent 8d6d10f commit 8fd2015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def test_strptime_leap_year(self):
393393
# %e without a year is deprecated, scheduled for removal in 3.17.
394394
with self.assertWarnsRegex(DeprecationWarning,
395395
r'.*day of month without a year.*'):
396-
time.strptime('02- 7 18:28', '%m-%e %H:%M')
396+
time.strptime('02-07 18:28', '%m-%e %H:%M')
397397

398398
def test_asctime(self):
399399
time.asctime(time.gmtime(self.t))

0 commit comments

Comments
 (0)