diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 12 |
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} |