Skip to content

Commit 48070d5

Browse files
authored
Update comment
1 parent 3d67a7a commit 48070d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/i18n_data/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# .format()
4444
_("Hello, {}!").format("world") # valid
45-
_("Hello, {}!".format("world")) # should be invalid, but is extracted (also by xgettext and pybabel)
45+
_("Hello, {}!".format("world")) # invalid, but xgettext and pybabel extract the first string
4646

4747
# Nested structures
4848
_("1"), _("2")

0 commit comments

Comments
 (0)