summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-02-22 21:44:10 +0000
committerDan Korostelev <nadako@gmail.com>2009-02-22 21:44:10 +0000
commit90f4053bf2f7c2c005ceb2d08a2f7d1c2cf342c3 (patch)
treeb3e9c95e0d70b902873f90acc535caa29c5149f1
parentbf276f56de076b8c23f73fb6582ea2eb0a2bcbef (diff)
downloadzope-i18n-90f4053bf2f7c2c005ceb2d08a2f7d1c2cf342c3.tar.gz
Fix typo.
-rw-r--r--src/zope/i18n/interfaces/locales.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/i18n/interfaces/locales.py b/src/zope/i18n/interfaces/locales.py
index c0f77d1..bafcfe5 100644
--- a/src/zope/i18n/interfaces/locales.py
+++ b/src/zope/i18n/interfaces/locales.py
@@ -595,7 +595,7 @@ class IAttributeInheritance(ILocaleInheritance):
'__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