Skip to content

Commit 2d55f38

Browse files
Correct rightparen typo
This refers to latex "rightparen", not "rightparent".
1 parent e1887b8 commit 2d55f38

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
@@ -515,7 +515,7 @@ def _get_glyph(self, fontname: str, font_class: str,
515515
}
516516

517517
for alias, target in [(r'\leftparen', '('),
518-
(r'\rightparent', ')'),
518+
(r'\rightparen', ')'),
519519
(r'\leftbrace', '{'),
520520
(r'\rightbrace', '}'),
521521
(r'\leftbracket', '['),

0 commit comments

Comments
 (0)