Skip to content

Commit b0ca1d2

Browse files
Update Lib/test/test_strptime.py
style alignment, space after functional argument, as requested Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent c5593dd commit b0ca1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_strptime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ def test_mar1_comes_after_feb29_even_when_omitting_the_year(self):
652652
def test_strptime_F_format(self):
653653
test_date = "2025-10-26"
654654
self.assertEqual(
655-
time.strptime(test_date,"%F"),
656-
time.strptime(test_date,"%Y-%m-%d")
655+
time.strptime(test_date, "%F"),
656+
time.strptime(test_date, "%Y-%m-%d")
657657
)
658658

659659
def test_strptime_T_format(self):

0 commit comments

Comments
 (0)