]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Excitem now has only one argument.
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 1992 14:46:35 +0000 (14:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 1992 14:46:35 +0000 (14:46 +0000)
Doc/lib.tex
Doc/lib/lib.tex

index eaedd4e67e7ca74addb3824cad0d2ac295f2ab52..0928f3e547c42e244e32bf4d6d3715ef55dcfb9b 100644 (file)
@@ -1,6 +1,4 @@
-% Format this file with latex.
-
-\documentstyle[myformat]{report}               % To preview with xdvi
+\documentstyle[myformat]{report}
 
 % Underscores are not magic throughout this document
 \catcode`_=12
 \ 
 }
 
-% Define \excitem{name}{string}: define an exception item
-\newcommand{\excitem}[2]{
+% Define \excitem{name}: define an exception item
+\newcommand{\excitem}[1]{
 \ttindex{#1}
-\item[{\tt #1 = '#2'}]
+\item[{\tt #1}]
 \itembreak
 }
 
@@ -113,7 +111,10 @@ language.
 
 \pagebreak
 
+{
+\parskip = 0mm
 \tableofcontents
+}
 
 \pagebreak
 
index eaedd4e67e7ca74addb3824cad0d2ac295f2ab52..0928f3e547c42e244e32bf4d6d3715ef55dcfb9b 100644 (file)
@@ -1,6 +1,4 @@
-% Format this file with latex.
-
-\documentstyle[myformat]{report}               % To preview with xdvi
+\documentstyle[myformat]{report}
 
 % Underscores are not magic throughout this document
 \catcode`_=12
 \ 
 }
 
-% Define \excitem{name}{string}: define an exception item
-\newcommand{\excitem}[2]{
+% Define \excitem{name}: define an exception item
+\newcommand{\excitem}[1]{
 \ttindex{#1}
-\item[{\tt #1 = '#2'}]
+\item[{\tt #1}]
 \itembreak
 }
 
@@ -113,7 +111,10 @@ language.
 
 \pagebreak
 
+{
+\parskip = 0mm
 \tableofcontents
+}
 
 \pagebreak