# HG changeset patch # User cmlenz # Date 1181339696 0 # Node ID ea0f11b08d535e9dd0c13470697ea9b7c7f486bf # Parent c23bc1c50297c0a1b73b67e63c4f9dcdc86ed948 Fixed MIME type of new doc page. diff --git a/babel/messages/extract.py b/babel/messages/extract.py --- a/babel/messages/extract.py +++ b/babel/messages/extract.py @@ -108,8 +108,9 @@ localizable strings :param callback: a function that is called for every file that message are extracted from, just before the extraction itself is - performed; the function is passed the filename and the - options dictionary as positional arguments, in that order + performed; the function is passed the filename, the name + of the extraction method and and the options dictionary as + positional arguments, in that order :return: an iterator over ``(filename, lineno, funcname, message)`` tuples :rtype: ``iterator`` :see: `pathmatch`