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

Skip to content

Commit 69b68ed

Browse files
committed
Fix docstring types in win32RegistryFonts()
1 parent 6d20c0b commit 69b68ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/font_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ def win32RegistryFonts(reg_domain, base_dir):
177177
178178
Parameters
179179
----------
180-
reg_domain : `int`
180+
reg_domain : int
181181
The top level registry domain (e.g. HKEY_LOCAL_MACHINE).
182182
183-
base_dir : `string`
183+
base_dir : str
184184
The path to the folder where the font files are usually located (e.g.
185185
C:\Windows\Fonts). If only the filename of the font is stored in the
186186
registry, the absolute path is built relative to this base directory.

0 commit comments

Comments
 (0)