changeset 75:05502363c925

Fixed MIME type of new doc page.
author cmlenz
date Fri, 08 Jun 2007 21:54:56 +0000
parents 8e66e453e182
children 3ed77bf655d1
files babel/messages/extract.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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`
Copyright (C) 2012-2017 Edgewall Software