##// END OF EJS Templates
grammar: it-handles
timeless@mozdev.org -
r17530:0dff04ff default
parent child Browse files
Show More
@@ -69,7 +69,7 b' class config(object):'
69 def backup(self, section, item):
69 def backup(self, section, item):
70 """return a tuple allowing restore to reinstall a previous value
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 handles the "no data" case.
73 """
73 """
74 try:
74 try:
75 value = self._data[section][item]
75 value = self._data[section][item]
General Comments 0
You need to be logged in to leave comments. Login now