Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2286980

Browse files
authored
missing backticks (#14156)
2 parents 15554be + a5574ab commit 2286980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/guarded_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def eval_node(node: Union[ast.AST, None], context: EvaluationContext):
444444
- control flow:
445445
446446
- conditionals (``if x:``) except for ternary IfExp (``a if x else b``)
447-
- loops (``for`` and `while``)
447+
- loops (``for`` and ``while``)
448448
- exception handling
449449
450450
The purpose of this function is to guard against unwanted side-effects;

0 commit comments

Comments
 (0)