Skip to content

Commit 38a4427

Browse files
committed
Lint fix
1 parent 0425936 commit 38a4427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/test_i18n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def test_msgstr_invalid_indices(self):
672672
pos = (
673673
('''
674674
msgid "foo"
675-
msgstr[0] "bar"
675+
msgstr[0] "bar"
676676
''', 'Missing msgid_plural section'),
677677
('''
678678
msgid "foo"

0 commit comments

Comments
 (0)