##// END OF EJS Templates
✏️ Fix typo for a comment (#13963)...
Matthias Bussonnier -
r28164:f6161001 merge
parent child Browse files
Show More
@@ -994,7 +994,7 b' class VerboseTB(TBTools):'
994 pygments_formatter=formatter,
994 pygments_formatter=formatter,
995 )
995 )
996
996
997 # let's estimate the amount of code we eill have to parse/highlight.
997 # Let's estimate the amount of code we will have to parse/highlight.
998 cf = etb
998 cf = etb
999 max_len = 0
999 max_len = 0
1000 tbs = []
1000 tbs = []
General Comments 0
You need to be logged in to leave comments. Login now