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 3d67a7a commit 48070d5Copy full SHA for 48070d5
Lib/test/test_tools/i18n_data/messages.py
@@ -42,7 +42,7 @@
42
43
# .format()
44
_("Hello, {}!").format("world") # valid
45
-_("Hello, {}!".format("world")) # should be invalid, but is extracted (also by xgettext and pybabel)
+_("Hello, {}!".format("world")) # invalid, but xgettext and pybabel extract the first string
46
47
# Nested structures
48
_("1"), _("2")
0 commit comments