Added \dataitem command; removed DRAFT from title; changed a word

in the reference to the reference document.
This commit is contained in:
Guido van Rossum 1991-04-23 14:11:26 +00:00
parent ab2885ee96
commit a9d5c228f9
2 changed files with 10 additions and 6 deletions

View file

@ -11,6 +11,9 @@
% A command to define a function item
\newcommand{\funcitem}[2]{\item[#1(#2)]}
% A command to define a data item
\newcommand{\dataitem}[1]{\item[#1]}
% A command to define an exception item
\newcommand{\excitem}[2]{
\item[#1 = {\tt '#2'}]
@ -18,8 +21,7 @@
}
\title{\bf
Python Library Reference \\
(DRAFT)
Python Library Reference
}
\author{
@ -43,7 +45,7 @@ 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 reference to the language.
gives a more formal definition of the language.
\end{abstract}

View file

@ -11,6 +11,9 @@
% A command to define a function item
\newcommand{\funcitem}[2]{\item[#1(#2)]}
% A command to define a data item
\newcommand{\dataitem}[1]{\item[#1]}
% A command to define an exception item
\newcommand{\excitem}[2]{
\item[#1 = {\tt '#2'}]
@ -18,8 +21,7 @@
}
\title{\bf
Python Library Reference \\
(DRAFT)
Python Library Reference
}
\author{
@ -43,7 +45,7 @@ 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 reference to the language.
gives a more formal definition of the language.
\end{abstract}