summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-11-25 17:28:03 (GMT)
committerGuido van Rossum <guido@python.org>1991-11-25 17:28:03 (GMT)
commit481ae68911271be8090fd93480606606a1aee0e2 (patch)
tree5e78666b554cd983e5984242d7243d309a9d0626 /Doc/lib
parent4fc43bc377a0e9d0642af32d83459f5c71d8e733 (diff)
downloadcpython-481ae68911271be8090fd93480606606a1aee0e2.zip
cpython-481ae68911271be8090fd93480606606a1aee0e2.tar.gz
cpython-481ae68911271be8090fd93480606606a1aee0e2.tar.bz2
The Reference Manual is now official.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index dc7bcb1..c11cb5b 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -43,12 +43,12 @@
\begin{abstract}
\noindent
-This document describes the built-in types, exceptions and functions and
-the standard modules that come with the Python system.
-It assumes basic knowledge about the Python language.
-For an informal introduction to the language, see the Tutorial document.
-The Language Reference document (XXX not yet existing)
-gives a more formal definition of the language.
+This document describes the built-in types, exceptions and functions
+and the standard modules that come with the Python system. It assumes
+basic knowledge about the Python language. For an informal
+introduction to the language, see the {\em Python Tutorial}. The {\em
+Python Reference Manual} gives a more formal definition of the
+language.
\end{abstract}