]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove incorrect feature coverage comment from msgfmt script's docstring (#112862)
authorMaciej Olko <maciej.olko@affirm.com>
Sat, 2 Aug 2025 14:37:25 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Aug 2025 14:37:25 +0000 (16:37 +0200)
Remove feature coverage comment from msgfmt script's docstring

msgfmt handles plural forms since cb081b83.

The comment was incorrectly applied in 637a33b -- original patch was from before the cb081b83 commit.

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Tools/i18n/msgfmt.py

index cd5f1ed9f3e2683735bd41399bbda3846f20f8b1..65254a7c37545643cbb40dca6c3e2df7f58b9fc5 100755 (executable)
@@ -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