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 4236a66

Browse filesBrowse files
committed
Fix indentation
1 parent baa2b6e commit 4236a66
Copy full SHA for 4236a66

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
@@ -1345,7 +1345,7 @@ def _get_font_constant_set(state):
13451345
# STIX sans isn't really its own fonts, just different code points
13461346
# in the STIX fonts, so we have to detect this one separately.
13471347
if (constants is STIXFontConstants and
1348-
isinstance(state.font_output, StixSansFonts)):
1348+
isinstance(state.font_output, StixSansFonts)):
13491349
return STIXSansFontConstants
13501350
return constants
13511351

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.