Commit 64db138b authored by Fred Drake's avatar Fred Drake

- add "default" argument for ITALESEngine.translate()

- normalize whitespace
parent 0c1369b9
...@@ -135,14 +135,14 @@ class ITALESEngine(Interface): ...@@ -135,14 +135,14 @@ class ITALESEngine(Interface):
""" """
""" """
def translate(domain, msgid, mapping): def translate(domain, msgid, mapping, default=None):
""" """
See ITranslationService.translate() See ITranslationService.translate()
""" """
class ITALESErrorInfo(Interface): class ITALESErrorInfo(Interface):
type = Attribute("type", type = Attribute("type",
"The exception class.") "The exception class.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment