Skip to content

Commit 38b5532

Browse files
committed
updated docstring that yunline missed
1 parent 4a0ff76 commit 38b5532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_py/sysfont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def get_fonts():
475475

476476

477477
def match_font(name, bold=False, italic=False):
478-
"""pygame.font.match_font(name, bold=0, italic=0) -> name
478+
"""pygame.font.match_font(name, bold=False, italic=False) -> name
479479
find the filename for the named system font
480480
481481
This performs the same font search as the SysFont()

0 commit comments

Comments
 (0)