We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8e315 commit 9a2a4baCopy full SHA for 9a2a4ba
Lib/test/test_tools/test_msgfmt.py
@@ -323,7 +323,7 @@ def test_general_syntax_errors(self):
323
msgid_plural "foos"
324
msgstr1] "baz"
325
'''),
326
- 'indexed msgstr required for plural on messages.po:3'
+ 'indexed msgstr required for plural on messages.po:3'
327
),
328
# invalid plural index
329
(
@@ -450,7 +450,7 @@ def test_msgstr_invalid_indices(self):
450
451
msgstr "bar"
452
453
454
455
)
456
with temp_cwd():
0 commit comments