Skip to content

Commit 2673b93

Browse files
authored
Merge pull request matplotlib#29930 from meeseeksmachine/auto-backport-of-pr-29929-on-v3.10.x
Backport PR matplotlib#29929 on branch v3.10.x (Correct rightparen typo)
2 parents 34a11ab + 88bd99c commit 2673b93

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)