##// END OF EJS Templates
spelling: value
timeless@mozdev.org -
r17527:6e11d5cf default
parent child Browse files
Show More
@@ -67,7 +67,7 b' class config(object):'
67 return self._data.get(section, {}).get(item, default)
67 return self._data.get(section, {}).get(item, default)
68
68
69 def backup(self, section, item):
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 The main reason we need it is because it handle the "no data" case.
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