Mercurial > hg
changeset 26197:fb6c08a9b40a
templater: fix get English
author | timeless@mozdev.org |
---|---|
date | Sun, 30 Aug 2015 17:50:55 -0400 |
parents | 3a4620ad4490 |
children | 1a781a986611 |
files | mercurial/templater.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"))