##// END OF EJS Templates
help: correct signature of separate() template function...
Yuya Nishihara -
r38179:a3b4ccbe stable
parent child Browse files
Show More
@@ -555,7 +555,7 b' def rstdoc(context, mapping, args):'
555
555
556 return minirst.format(text, style=style, keep=['verbose'])
556 return minirst.format(text, style=style, keep=['verbose'])
557
557
558 @templatefunc('separate(sep, args)', argspec='sep *args')
558 @templatefunc('separate(sep, args...)', argspec='sep *args')
559 def separate(context, mapping, args):
559 def separate(context, mapping, args):
560 """Add a separator between non-empty arguments."""
560 """Add a separator between non-empty arguments."""
561 if 'sep' not in args:
561 if 'sep' not in args:
General Comments 0
You need to be logged in to leave comments. Login now