hgext/evolve.py
branchstable
changeset 1376 8bb2e04cc18c
parent 1375 9e062e6598e9
child 1377 01bdeb847f81
--- a/hgext/evolve.py	Thu Jun 18 15:56:56 2015 -0700
+++ b/hgext/evolve.py	Thu Jun 18 16:18:29 2015 -0700
@@ -244,7 +244,7 @@
 
 
     def templatekw(self, keywordname):
-        """Decorated function is a revset keyword
+        """Decorated function is a template keyword
 
         The name of the keyword must be given as the decorator argument.
         The symbol is added during `extsetup`.