]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Typo 406/head
authorSébastien Fievet <_@sebastien-fievet.fr>
Fri, 20 May 2016 12:58:24 +0000 (14:58 +0200)
committerSébastien Fievet <_@sebastien-fievet.fr>
Fri, 20 May 2016 12:58:24 +0000 (14:58 +0200)
babel/messages/catalog.py

index 8c807f8fc7d20d78fc3f068d93d04a767e58e975..aeb9a9e406838499d4e02c2e54a6a199ad57bcaa 100644 (file)
@@ -83,7 +83,7 @@ class Message(object):
                    pluralizable messages
         :param string: the translated message string, or a
                        ``(singular, plural)`` tuple for pluralizable messages
-        :param locations: a sequence of ``(filenname, lineno)`` tuples
+        :param locations: a sequence of ``(filename, lineno)`` tuples
         :param flags: a set or sequence of flags
         :param auto_comments: a sequence of automatic comments for the message
         :param user_comments: a sequence of user comments for the message
@@ -625,7 +625,7 @@ class Catalog(object):
                    pluralizable messages
         :param string: the translated message string, or a
                        ``(singular, plural)`` tuple for pluralizable messages
-        :param locations: a sequence of ``(filenname, lineno)`` tuples
+        :param locations: a sequence of ``(filename, lineno)`` tuples
         :param flags: a set or sequence of flags
         :param auto_comments: a sequence of automatic comments
         :param user_comments: a sequence of user comments