summaryrefslogtreecommitdiffstats
path: root/Doc/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-18 15:56:05 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-18 15:56:05 (GMT)
commitb2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0 (patch)
tree0f2ef73f114f5825a3fcbb109535e7ca90ae4f15 /Doc/lib.tex
parent616b23b2e4d4a44b9652c625f3c61a2cf6f1b955 (diff)
downloadcpython-b2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0.zip
cpython-b2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0.tar.gz
cpython-b2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0.tar.bz2
Change {\em ...} to \emph{...}; this seems to be the developing preference
throughout the manuals, and seems easier to read.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r--Doc/lib.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex
index 9e40dcd..055e61d 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -26,7 +26,7 @@ Python is an extensible, interpreted, object-oriented programming
language. It supports a wide range of applications, from simple text
processing scripts to interactive WWW browsers.
-While the {\em Python Reference Manual} describes the exact syntax and
+While the \emph{Python Reference Manual} describes the exact syntax and
semantics of the language, it does not describe the standard library
that is distributed with the language, and which greatly enhances its
immediate usability. This library contains built-in modules (written
@@ -46,9 +46,9 @@ functions and exceptions, many of which are not or incompletely
documented in the Reference Manual.
This manual assumes basic knowledge about the Python language. For an
-informal introduction to Python, see the {\em Python Tutorial}; the
+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 {\em Extending 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.