[Zope3-checkins] CVS: Zope3/lib/python/Zope/I18n - ITranslationService.py:1.5
Sidnei da Silva
sidnei@x3ng.com.br
Fri, 23 Aug 2002 14:07:21 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv6966
Modified Files:
ITranslationService.py
Log Message:
Fixed a typo on docstring. retruns -> returns.
=== Zope3/lib/python/Zope/I18n/ITranslationService.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/I18n/ITranslationService.py:1.4 Sun Jun 16 14:25:13 2002
+++ Zope3/lib/python/Zope/I18n/ITranslationService.py Fri Aug 23 14:07:21 2002
@@ -162,7 +162,7 @@
def getMessagesMapping(domains, languages, foreign_messages):
"""Creates a mapping of the passed foreign messages and the local ones.
- Retruns a status report in a dictionary with keys of the form
+ Returns a status report in a dictionary with keys of the form
(msgid, domain, language) and values being a tuple of:
foreign_mod_date, local_mod_date