Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d55f38

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/_mathtext.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_mathtext.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.