# HG changeset patch # User cmlenz # Date 1181339696 0 # Node ID 0f74337264ce4ba74dea78a2eed4050f7ed3506b # Parent 839c93f1f0904ffca7f6c4d669f8a3c9f35ab333 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`