mercurial/templater.py
changeset 26197 fb6c08a9b40a
parent 26188 662ea52d5dca
child 26215 72aad184f061
--- 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"))