mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Remove incorrect feature coverage comment from msgfmt script's docstring (#112862)
Remove feature coverage comment from msgfmt script's docstring msgfmt handles plural forms sincecb081b83. The comment was incorrectly applied in637a33b-- original patch was from before thecb081b83commit. Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
This commit is contained in:
parent
f195c28030
commit
7475887e1e
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
This program converts a textual Uniforum-style message catalog (.po file) into
|
||||
a binary GNU catalog (.mo file). This is essentially the same function as the
|
||||
GNU msgfmt program, however, it is a simpler implementation. Currently it
|
||||
does not handle plural forms but it does handle message contexts.
|
||||
GNU msgfmt program, however, it is a simpler implementation.
|
||||
|
||||
Usage: msgfmt.py [OPTIONS] filename.po
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue