8000 Merge pull request #29929 from davidlowryduda/rightparent-typo · matplotlib/matplotlib@a7b4a8b · GitHub
[go: up one dir, main page]

Skip to content

Commit a7b4a8b

Browse files
authored
Merge pull request #29929 from davidlowryduda/rightparent-typo
Correct rightparen typo
2 parents e1887b8 + 2d55f38 commit a7b4a8b

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)
0