Skip to content

Commit c55d484

Browse files
committed
Remove extraneous comment
1 parent 1886bc2 commit c55d484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ def subsuper(self, s, loc, toks):
27382738
x.shift_amount = shift_down
27392739
else:
27402740
super.shrink()
2741-
x = Hlist([super]) # , Kern(SCRIPT_SPACE * xHeight)])
2741+
x = Hlist([super])
27422742
# x.width += SCRIPT_SPACE * xHeight
27432743
clr = SUP1 * xHeight
27442744
shift_up = max(shift_up, clr)

0 commit comments

Comments
 (0)