##// END OF EJS Templates
missing backticks (#14156)
Matthias Bussonnier -
r28392:22869800 merge
parent child Browse files
Show More
@@ -444,7 +444,7 b' def eval_node(node: Union[ast.AST, None], context: EvaluationContext):'
444 444 - control flow:
445 445
446 446 - conditionals (``if x:``) except for ternary IfExp (``a if x else b``)
447 - loops (``for`` and `while``)
447 - loops (``for`` and ``while``)
448 448 - exception handling
449 449
450 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