##// END OF EJS Templates
spelling: value
timeless@mozdev.org -
r17527:6e11d5cf default
parent child Browse files
Show More
@@ -67,7 +67,7 class config(object):
67 67 return self._data.get(section, {}).get(item, default)
68 68
69 69 def backup(self, section, item):
70 """return a tuple allowing restore to reinstall a previous valuesi
70 """return a tuple allowing restore to reinstall a previous value
71 71
72 72 The main reason we need it is because it handle the "no data" case.
73 73 """
General Comments 0
You need to be logged in to leave comments. Login now