diff options
author | Guido van Rossum <guido@python.org> | 1991-11-25 17:28:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-11-25 17:28:03 (GMT) |
commit | 481ae68911271be8090fd93480606606a1aee0e2 (patch) | |
tree | 5e78666b554cd983e5984242d7243d309a9d0626 /Doc | |
parent | 4fc43bc377a0e9d0642af32d83459f5c71d8e733 (diff) | |
download | cpython-481ae68911271be8090fd93480606606a1aee0e2.zip cpython-481ae68911271be8090fd93480606606a1aee0e2.tar.gz cpython-481ae68911271be8090fd93480606606a1aee0e2.tar.bz2 |
The Reference Manual is now official.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 12 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 12 | ||||
-rw-r--r-- | Doc/tut.tex | 7 | ||||
-rw-r--r-- | Doc/tut/tut.tex | 7 |
4 files changed, 18 insertions, 20 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index dc7bcb1..c11cb5b 100644 --- a/Doc/lib.tex +++ b/Doc/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} 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} diff --git a/Doc/tut.tex b/Doc/tut.tex index 262c89f..889274f 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -43,10 +43,9 @@ and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but as the examples are self-contained, the tutorial can be read off-line as well. -For a description of standard objects and modules, see the {\em -Library Reference} document. The {\em Language Reference} document -(when it is ever written) -will give a more formal definition of the language. +For a description of standard objects and modules, see the {\em Python +Library Reference} document. The {\em Python Reference Manual} gives +a more formal definition of the language. \end{abstract} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 262c89f..889274f 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -43,10 +43,9 @@ and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but as the examples are self-contained, the tutorial can be read off-line as well. -For a description of standard objects and modules, see the {\em -Library Reference} document. The {\em Language Reference} document -(when it is ever written) -will give a more formal definition of the language. +For a description of standard objects and modules, see the {\em Python +Library Reference} document. The {\em Python Reference Manual} gives +a more formal definition of the language. \end{abstract} |