Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 019aeea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/font_manager.py

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