diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-16 16:34:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-16 16:34:34 (GMT) |
commit | b660b63edf665f0a1de5781989c713e235053357 (patch) | |
tree | 52864a9c86ca069deeffca316cc14b4d4f588cc0 /Doc/lib.tex | |
parent | 20989e834d321d06541f7ce9acd9e69c412e2178 (diff) | |
download | cpython-b660b63edf665f0a1de5781989c713e235053357.zip cpython-b660b63edf665f0a1de5781989c713e235053357.tar.gz cpython-b660b63edf665f0a1de5781989c713e235053357.tar.bz2 |
Use \emph{} for all references to the other documents, not just some of them.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index d33928c..4483a2c 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -49,10 +49,10 @@ documented in the Reference Manual. This manual assumes basic knowledge about the Python language. For an informal introduction to Python, see the \emph{Python Tutorial}; the -Python Reference Manual remains the highest authority on syntactic and -semantic questions. Finally, the manual entitled \emph{Extending and -Embedding the Python Interpreter} describes how to add new extensions -to Python and how to embed it in other applications. +\emph{Python Reference Manual} remains the highest authority on +syntactic and semantic questions. Finally, the manual entitled +\emph{Extending and Embedding the Python Interpreter} describes how to +add new extensions to Python and how to embed it in other applications. \end{abstract} |