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 019aeea

Browse filesBrowse files
authored
Merge pull request matplotlib#13816 from timhoffm/doc-winenv
Correct windows env variable format
2 parents 699f35e + f19f9fe commit 019aeea
Copy full SHA for 019aeea

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/font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def win32FontDirectory():
163163
164164
\\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Fonts
165165
166-
If the key is not found, $WINDIR/Fonts will be returned.
166+
If the key is not found, ``%WINDIR%\Fonts`` will be returned.
167167
"""
168168
import winreg
169169
try:

0 commit comments

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