]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed MIME type of new doc page.
authorChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 21:54:56 +0000 (21:54 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 21:54:56 +0000 (21:54 +0000)
babel/messages/extract.py

index 91d72b39d126fe048d93a940b95a49e7aa0552b2..49d28183bb19130303b2bd676b6b5b5fffbfd9cf 100644 (file)
@@ -108,8 +108,9 @@ def extract_from_dir(dirname=os.getcwd(), method_map=DEFAULT_MAPPING,
                      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`