Mercurial > public > mercurial-scm > hg-stable
diff mercurial/templater.py @ 26197:fb6c08a9b40a
templater: fix get English
author | timeless@mozdev.org |
---|---|
date | Sun, 30 Aug 2015 17:50:55 -0400 |
parents | 662ea52d5dca |
children | 72aad184f061 |
line wrap: on
line diff
--- a/mercurial/templater.py Sun Aug 30 18:54:31 2015 -0400 +++ b/mercurial/templater.py Sun Aug 30 17:50:55 2015 -0400 @@ -427,7 +427,7 @@ def get(context, mapping, args): """:get(dict, key): Get an attribute/key from an object. Some keywords are complex types. This function allows you to obtain the value of an - attribute on these type.""" + attribute on these types.""" if len(args) != 2: # i18n: "get" is a keyword raise error.ParseError(_("get() expects two arguments"))