]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added \dataitem command; removed DRAFT from title; changed a word
authorGuido van Rossum <guido@python.org>
Tue, 23 Apr 1991 14:11:26 +0000 (14:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Apr 1991 14:11:26 +0000 (14:11 +0000)
in the reference to the reference document.

Doc/lib.tex
Doc/lib/lib.tex

index f0b649a00779a2bb5c9ede45932de92cf40cb8dd..c87b90bc668333c99551c1c83be8f654e1cca9d7 100644 (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}
 
index f0b649a00779a2bb5c9ede45932de92cf40cb8dd..c87b90bc668333c99551c1c83be8f654e1cca9d7 100644 (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}