mirror of https://github.com/python/cpython.git
Consistency: Replaced one {\tt ...} with \code{...}.
This commit is contained in:
parent
b6ce6427e8
commit
94e8f690dd
|
@ -78,7 +78,7 @@ Calls \code{fmgetcomment(\var{fh})}.
|
|||
Returns a tuple giving some pertinent data about this font.
|
||||
This is an interface to \code{fmgetfontinfo()}.
|
||||
The returned tuple contains the following numbers:
|
||||
{\tt(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
|
||||
\code{(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
|
||||
\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ Calls \code{fmgetcomment(\var{fh})}.
|
|||
Returns a tuple giving some pertinent data about this font.
|
||||
This is an interface to \code{fmgetfontinfo()}.
|
||||
The returned tuple contains the following numbers:
|
||||
{\tt(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
|
||||
\code{(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig},
|
||||
\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Reference in New Issue