spelling: value

This commit is contained in:
timeless@mozdev.org 2012-08-17 13:58:19 -07:00
parent 2c6bc1f9fe
commit e014ca03ca

View File

@ -67,7 +67,7 @@ class config(object):
return self._data.get(section, {}).get(item, default)
def backup(self, section, item):
"""return a tuple allowing restore to reinstall a previous valuesi
"""return a tuple allowing restore to reinstall a previous value
The main reason we need it is because it handle the "no data" case.
"""