# HG changeset patch # User timeless@mozdev.org # Date 2015-08-30 21:50:55 # Node ID fb6c08a9b40a355274eb9cea38040961b77b18db # Parent 3a4620ad4490173eae742b85356366a1d641c22b templater: fix get English diff --git a/mercurial/templater.py b/mercurial/templater.py --- a/mercurial/templater.py +++ b/mercurial/templater.py @@ -427,7 +427,7 @@ def indent(context, mapping, args): 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"))