##// END OF EJS Templates
missing backticks
Matthias Bussonnier -
Show More
@@ -444,7 +444,7 b' def eval_node(node: Union[ast.AST, None], context: EvaluationContext):'
444 - control flow:
444 - control flow:
445
445
446 - conditionals (``if x:``) except for ternary IfExp (``a if x else b``)
446 - conditionals (``if x:``) except for ternary IfExp (``a if x else b``)
447 - loops (``for`` and `while``)
447 - loops (``for`` and ``while``)
448 - exception handling
448 - exception handling
449
449
450 The purpose of this function is to guard against unwanted side-effects;
450 The purpose of this function is to guard against unwanted side-effects;
General Comments 0
You need to be logged in to leave comments. Login now