8000 Remove feature coverage comment from msgfmt script's docstring · python/cpython@27cce5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 27cce5d

Browse files
committed
Remove feature coverage comment from msgfmt script's docstring
msgfmt handles plural forms since cb081b8. The comment was incorrectly applied in 637a33b -- original patch was from before the cb081b8 commit.
1 parent 28b2b74 commit 27cce5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/i18n/msgfmt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
66
This program converts a textual Uniforum-style message catalog (.po file) into
77
a binary GNU catalog (.mo file). This is essentially the same function as the
8-
GNU msgfmt program, however, it is a simpler implementation. Currently it
9-
does not handle plural forms but it does handle message contexts.
8+
GNU msgfmt program, however, it is a simpler implementation.
109
1110
Usage: msgfmt.py [OPTIONS] filename.po
1211

0 commit comments

Comments
 (0)
0