# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID 6e11d5cf8e39f38714fb66807db2f9bdab6991fa # Parent 1572fd8af69db2e557cb24c0de073339e2da4c8f spelling: value diff -r 1572fd8af69d -r 6e11d5cf8e39 mercurial/config.py --- a/mercurial/config.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/config.py Fri Aug 17 13:58:19 2012 -0700 @@ -67,7 +67,7 @@ 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. """