Skip to content

Commit 61f8235

Browse files
committed
Fix typo in PoFile docstring
1 parent 414f3f7 commit 61f8235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(self, msg, charset, fuzzy, line):
108108

109109
class PoFile(object):
110110
"""
111-
A gettext file. It includes functions to read the file, and perform
111+
A gettext file. It includes methods to read the file, and perform
112112
checks on the translations.
113113
"""
114114

0 commit comments

Comments
 (0)