From 8d993cc4b4a73c365b3c2ce59ac6e55dfed58e6f 2023-03-07 10:17:32 From: hunhoon21 Date: 2023-03-07 10:17:32 Subject: [PATCH] :pencil2: Fix typo for a comment --- diff --git a/IPython/core/ultratb.py b/IPython/core/ultratb.py index 27d3750..a2fee8a 100644 --- a/IPython/core/ultratb.py +++ b/IPython/core/ultratb.py @@ -994,7 +994,7 @@ class VerboseTB(TBTools): pygments_formatter=formatter, ) - # let's estimate the amount of code we eill have to parse/highlight. + # let's estimate the amount of code we will have to parse/highlight. cf = etb max_len = 0 tbs = []