From c648304f334858f978e21a413c4789d92d844b36 2023-03-07 10:18:00 From: hunhoon21 Date: 2023-03-07 10:18:00 Subject: [PATCH] :pencil2: Fix typo for a comment --- diff --git a/IPython/core/ultratb.py b/IPython/core/ultratb.py index a2fee8a..e16971e 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 will have to parse/highlight. + # Let's estimate the amount of code we will have to parse/highlight. cf = etb max_len = 0 tbs = []