Fix stray backticks.
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 @@
 
    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)