From: Sébastien Fievet <_@sebastien-fievet.fr> Date: Fri, 20 May 2016 12:58:24 +0000 (+0200) Subject: Typo X-Git-Tag: v2.4.0~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F406%2Fhead;p=thirdparty%2Fbabel.git Typo --- diff --git a/babel/messages/catalog.py b/babel/messages/catalog.py index 8c807f8f..aeb9a9e4 100644 --- a/babel/messages/catalog.py +++ b/babel/messages/catalog.py @@ -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