##// END OF EJS Templates
:pencil2: Fix typo for a comment
hunhoon21 -
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 will 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