File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
4345It assumes basic knowledge about the {\Python } language.
4446For an informal introduction to the language, see the Tutorial document.
4547The 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
Original file line number Diff line number Diff line change 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 {
4345It assumes basic knowledge about the {\Python } language.
4446For an informal introduction to the language, see the Tutorial document.
4547The 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
You can’t perform that action at this time.
0 commit comments