From f616100171eef0f5832815b744937b9748eb0562 2023-03-13 10:37:52 From: Matthias Bussonnier Date: 2023-03-13 10:37:52 Subject: [PATCH] ✏️ Fix typo for a comment (#13963) Brand new to open source, sure hope this is helpful and that I'm doing this right. --- diff --git a/IPython/core/ultratb.py b/IPython/core/ultratb.py index 27d3750..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 eill have to parse/highlight. + # Let's estimate the amount of code we will have to parse/highlight. cf = etb max_len = 0 tbs = []