Skip to content

Commit 1b3b73e

Browse files
Update Tools/i18n/msgfmt.py
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent b7a7c48 commit 1b3b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/i18n/msgfmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def generate(messages):
105105
def make(filenames, outfile=None):
106106
""" Compiles one or more po files(s).
107107
108-
filenames an iterable of strings representing the input file(s).
108+
filenames is an iterable of strings representing the input file(s).
109109
outfile is a string for the name of an output file or None.
110110
111111
If it is not None, the output file receives a merge of the input files.

0 commit comments

Comments
 (0)