Skip to content

Commit 6372a20

Browse files
authored
Update Lib/test/test_str.py
1 parent 70ca11a commit 6372a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_str.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ def test_utf8_decode_invalid_sequences(self):
19101910
(b'\xF4'+cb+b'\xBF\xBF').decode, 'utf-8')
19111911

19121912
def test_issue127903(self):
1913-
# Issue #127903: ``_copy_characters`` crashes on DEBUG builds when
1913+
# gh-127903: ``_copy_characters`` crashes on DEBUG builds when
19141914
# there is nothing to copy.
19151915
d = datetime.datetime(2013, 11, 10, 14, 20, 59)
19161916
self.assertEqual(d.strftime('%z'), '')

0 commit comments

Comments
 (0)