]> granicus.if.org Git - python/commitdiff
Fix stray backticks.
authorGeorg Brandl <georg@python.org>
Sun, 19 Aug 2007 18:43:50 +0000 (18:43 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Aug 2007 18:43:50 +0000 (18:43 +0000)
Doc/library/fm.rst
Doc/library/formatter.rst

index b6b4c4bcd41d94db5838d32680b57790e60ab19d..0ab2781ec9d168a8f617da0176d3183383d2c94e 100644 (file)
@@ -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)
index 2774a2bda67c640417bc08c572f6c8582c0ccf17..ba09b8e838a8c9045e047fc325712dc11a6e749e 100644 (file)
@@ -242,8 +242,8 @@ typically be provided by the application.
 .. method:: writer.new_font(font)
 
    Set the font style.  The value of *font* will be ``None``, indicating that the
-   device's default font should be used, or a tuple of the form ``(``*size*,
-   *italic*, *bold*, *teletype*``)``.  Size will be a string indicating the size of
+   device's default font should be used, or a tuple of the form ``(size,
+   italic, bold, teletype)``.  Size will be a string indicating the size of
    font that should be used; specific strings and their interpretation must be
    defined by the application.  The *italic*, *bold*, and *teletype* values are
    Boolean values specifying which of those font attributes should be used.