[Checkins] SVN: zope.i18n/trunk/src/zope/i18n/interfaces/locales.py Fix typo.

Dan Korostelev nadako at gmail.com
Sun Feb 22 16:44:11 EST 2009


Log message for revision 97119:
  Fix typo.

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

-=-
Modified: zope.i18n/trunk/src/zope/i18n/interfaces/locales.py
===================================================================
--- zope.i18n/trunk/src/zope/i18n/interfaces/locales.py	2009-02-22 19:59:07 UTC (rev 97118)
+++ zope.i18n/trunk/src/zope/i18n/interfaces/locales.py	2009-02-22 21:44:10 UTC (rev 97119)
@@ -595,7 +595,7 @@
         '__parent__' and '__name__' attribute on the value.
         """
 
-    def __getattributes__(name):
+    def __getattribute__(name):
         """Return the value of the attribute with the specified name.
 
         If an attribute is not found or is None, the next higher up Locale



More information about the Checkins mailing list