mercurial/templater.py
changeset 36987 4b744c7b35ce
parent 36983 036e4483d3a1
child 36988 317382151ac3
--- a/mercurial/templater.py	Sun Mar 18 12:54:03 2018 +0900
+++ b/mercurial/templater.py	Sat Mar 17 15:22:14 2018 +0900
@@ -402,7 +402,7 @@
     """Compile parsed tree of function arguments into list or dict of
     (func, data) pairs
 
-    >>> context = engine(lambda t: (runsymbol, t))
+    >>> context = engine(lambda t: (templateutil.runsymbol, t))
     >>> def fargs(expr, argspec):
     ...     x = _parseexpr(expr)
     ...     n = getsymbol(x[1])