Skip to content

Commit

Permalink
missing backticks (ipython#14156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Sep 11, 2023
2 parents 15554be + a5574ab commit 2286980
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 2286980

Please sign in to comment.