[Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/interfaces/locales.py Updated doc string.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:39:48 EDT 2004


Log message for revision 26459:
  Updated doc string.
  


Changed:
  U   Zope3/trunk/src/zope/i18n/interfaces/locales.py


-=-
Modified: Zope3/trunk/src/zope/i18n/interfaces/locales.py
===================================================================
--- Zope3/trunk/src/zope/i18n/interfaces/locales.py	2004-07-13 16:37:35 UTC (rev 26458)
+++ Zope3/trunk/src/zope/i18n/interfaces/locales.py	2004-07-13 16:39:48 UTC (rev 26459)
@@ -391,8 +391,9 @@
                          description=u"This is a ILocaleTimeZone object."))
 
     def getFormatter(category, calendar='gregorian', length=None, name=None):
-        """Get the ... XXX"""
+        """Get a date/time formatter."""
 
+
 class ILocaleCurrency(Interface):
     """Defines a particular currency."""
 



More information about the Zope3-Checkins mailing list