diff options
Diffstat (limited to 'Doc/library/fm.rst')
-rw-r--r-- | Doc/library/fm.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/fm.rst b/Doc/library/fm.rst index b6b4c4b..0ab2781 100644 --- a/Doc/library/fm.rst +++ b/Doc/library/fm.rst @@ -86,8 +86,7 @@ Font handle objects support the following operations: Returns a tuple giving some pertinent data about this font. This is an interface to ``fmgetfontinfo()``. The returned tuple contains the following numbers: - ``(``*printermatched*, *fixed_width*, *xorig*, *yorig*, *xsize*, *ysize*, - *height*, *nglyphs*``)``. + ``(printermatched, fixed_width, xorig, yorig, xsize, ysize, height, nglyphs)``. .. method:: font handle.getstrwidth(string) |