diff options
author | Georg Brandl <georg@python.org> | 2007-08-19 18:43:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-19 18:43:50 (GMT) |
commit | c553f4290766e0a9b713af7c120b9c2a0af1df64 (patch) | |
tree | 4b71eda644d7a7f3c783f3b24bbc8fca285f0afc /Doc/library/fm.rst | |
parent | f839e494fc9f1dd607d07851cf03d0e964f990d3 (diff) | |
download | cpython-c553f4290766e0a9b713af7c120b9c2a0af1df64.zip cpython-c553f4290766e0a9b713af7c120b9c2a0af1df64.tar.gz cpython-c553f4290766e0a9b713af7c120b9c2a0af1df64.tar.bz2 |
Fix stray backticks.
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) |