summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-19 02:55:11 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-19 02:55:11 (GMT)
commit94e8f690dd797646dc54ac9686b3b4deed8de768 (patch)
treeabb88788b54118d5011a3724b2e16f4beb559fac
parentb6ce6427e832a6cddb0abb35cfa898632c6d5e96 (diff)
downloadcpython-94e8f690dd797646dc54ac9686b3b4deed8de768.zip
cpython-94e8f690dd797646dc54ac9686b3b4deed8de768.tar.gz
cpython-94e8f690dd797646dc54ac9686b3b4deed8de768.tar.bz2
Consistency: Replaced one {\tt ...} with \code{...}.
-rw-r--r--Doc/lib/libfm.tex2
-rw-r--r--Doc/libfm.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex
index 3004235..fa469fc 100644
--- a/Doc/lib/libfm.tex
+++ b/Doc/lib/libfm.tex
@@ -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}
diff --git a/Doc/libfm.tex b/Doc/libfm.tex
index 3004235..fa469fc 100644
--- a/Doc/libfm.tex
+++ b/Doc/libfm.tex
@@ -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}