Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99492fa

Browse files
committed
Typo fix: integral is not a over/under symbol
1 parent c6d2581 commit 99492fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ def subsuper(self, s, loc, toks):
26572657
super.kern()
26582658
super.hpack()
26592659

2660-
# Handle over/under symbols, such as sum or integral
2660+
# Handle over/under symbols, such as sum or prod
26612661
if self.is_overunder(nucleus):
26622662
vlist = []
26632663
shift = 0.

0 commit comments

Comments
 (0)