author | timeless@mozdev.org |
Sun, 30 Aug 2015 17:50:55 -0400 | |
changeset 26197 | fb6c08a9b40a |
parent 26196 | 3a4620ad4490 |
child 26198 | 1a781a986611 |
--- 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"))