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

Skip to content

Commit 924e24f

Browse files
authored
Merge pull request #13820 from meeseeksmachine/auto-backport-of-pr-13816-on-v3.1.x
Backport PR #13816 on branch v3.1.x (Correct windows env variable format)
2 parents c84782f + 015562d commit 924e24f

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)