Skip to content

Commit

Permalink
missing backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 7, 2023
1 parent 7ad98de commit a5574ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/guarded_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def eval_node(node: Union[ast.AST, None], context: EvaluationContext):
- control flow:
- conditionals (``if x:``) except for ternary IfExp (``a if x else b``)
- loops (``for`` and `while``)
- loops (``for`` and ``while``)
- exception handling
The purpose of this function is to guard against unwanted side-effects;
Expand Down

0 comments on commit a5574ab

Please sign in to comment.