Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9d5c22

Browse files
committed
Added \dataitem command; removed DRAFT from title; changed a word
in the reference to the reference document.
1 parent ab2885e commit a9d5c22

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

Doc/lib.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
% A command to define a function item
1212
\newcommand{\funcitem}[2]{\item[#1(#2)]}
1313

14+
% A command to define a data item
15+
\newcommand{\dataitem}[1]{\item[#1]}
16+
1417
% A command to define an exception item
1518
\newcommand{\excitem}[2]{
1619
\item[#1 = {\tt '#2'}]
1720
\itembreak
1821
}
1922

2023
\title{\bf
21-
Python Library Reference \\
22-
(DRAFT)
24+
Python Library Reference
2325
}
2426

2527
\author{
@@ -43,7 +45,7 @@
4345
It assumes basic knowledge about the {\Python} language.
4446
For an informal introduction to the language, see the Tutorial document.
4547
The Language Reference document (XXX not yet existing)
46-
gives a more formal reference to the language.
48+
gives a more formal definition of the language.
4749

4850
\end{abstract}
4951

Doc/lib/lib.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
% A command to define a function item
1212
\newcommand{\funcitem}[2]{\item[#1(#2)]}
1313

14+
% A command to define a data item
15+
\newcommand{\dataitem}[1]{\item[#1]}
16+
1417
% A command to define an exception item
1518
\newcommand{\excitem}[2]{
1619
\item[#1 = {\tt '#2'}]
1720
\itembreak
1821
}
1922

2023
\title{\bf
21-
Python Library Reference \\
22-
(DRAFT)
24+
Python Library Reference
2325
}
2426

2527
\author{
@@ -43,7 +45,7 @@
4345
It assumes basic knowledge about the {\Python} language.
4446
For an informal introduction to the language, see the Tutorial document.
4547
The Language Reference document (XXX not yet existing)
46-
gives a more formal reference to the language.
48+
gives a more formal definition of the language.
4749

4850
\end{abstract}
4951

0 commit comments

Comments
 (0)