From a9d5c228f90cf8052cd913e81e9b4ccc12866936 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 23 Apr 1991 14:11:26 +0000 Subject: [PATCH] Added \dataitem command; removed DRAFT from title; changed a word in the reference to the reference document. --- Doc/lib.tex | 8 +++++--- Doc/lib/lib.tex | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Doc/lib.tex b/Doc/lib.tex index f0b649a0077..c87b90bc668 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f0b649a0077..c87b90bc668 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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}