# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID 0dff04ffa15d5932ef141cf339b5c0e445e8f0d3 # Parent b61a6271434661f05a000f64b5b99ad35623d2c6 grammar: it-handles diff -r b61a62714346 -r 0dff04ffa15d 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 @@ -69,7 +69,7 @@ def backup(self, section, item): """return a tuple allowing restore to reinstall a previous value - The main reason we need it is because it handle the "no data" case. + The main reason we need it is because it handles the "no data" case. """ try: value = self._data[section][item]