Mercurial > public > mercurial-scm > hg-stable
diff mercurial/config.py @ 17530:0dff04ffa15d
grammar: it-handles
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | 6e11d5cf8e39 |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- 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]