diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 22:25:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 22:25:02 (GMT) |
commit | 4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4 (patch) | |
tree | 55e98cd591a0287c50849ea7f7819a368e9ba80c /Doc/lib/lib.tex | |
parent | 3e9ce54eff219c15151026a64c35e52b56343610 (diff) | |
download | cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.zip cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.tar.gz cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.tar.bz2 |
Removed \mytableofcontents; just use \tableofcontents.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index eb1571e..d33928c 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -56,7 +56,7 @@ to Python and how to embed it in other applications. \end{abstract} -\mytableofcontents +\tableofcontents \pagenumbering{arabic} |