The Reference Manual is now official.
This commit is contained in:
parent
4fc43bc377
commit
481ae68911
12
Doc/lib.tex
12
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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue