mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
Consistency: Replaced one {\tt ...} with \code{...}.
This commit is contained in:
parent
b6ce6427e8
commit
94e8f690dd
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ Calls \code{fmgetcomment(\var{fh})}.
|
||||||
Returns a tuple giving some pertinent data about this font.
|
Returns a tuple giving some pertinent data about this font.
|
||||||
This is an interface to \code{fmgetfontinfo()}.
|
This is an interface to \code{fmgetfontinfo()}.
|
||||||
The returned tuple contains the following numbers:
|
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})}.
|
\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ Calls \code{fmgetcomment(\var{fh})}.
|
||||||
Returns a tuple giving some pertinent data about this font.
|
Returns a tuple giving some pertinent data about this font.
|
||||||
This is an interface to \code{fmgetfontinfo()}.
|
This is an interface to \code{fmgetfontinfo()}.
|
||||||
The returned tuple contains the following numbers:
|
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})}.
|
\var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue