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

Skip to content

Commit 88bd99c

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #29929: Correct rightparen typo
1 parent 34a11ab commit 88bd99c

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
@@ -521,7 +521,7 @@ def _get_glyph(self, fontname: str, font_class: str,
521521
}
522522

523523
for alias, target in [(r'\leftparen', '('),
524-
(r'\rightparent', ')'),
524+
(r'\rightparen', ')'),
525525
(r'\leftbrace', '{'),
526526
(r'\rightbrace', '}'),
527527
(r'\leftbracket', '['),

0 commit comments

Comments
 (0)