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/tut | |
parent | 3e9ce54eff219c15151026a64c35e52b56343610 (diff) | |
download | cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.zip cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.tar.gz cpython-4d4f9e726aabceaf5adc6a2b0e0252e106e92bc4.tar.bz2 |
Removed \mytableofcontents; just use \tableofcontents.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 4d86a18..f59e103 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -63,7 +63,7 @@ modules described in the \emph{Python Library Reference}. \end{abstract} -\mytableofcontents +\tableofcontents \pagenumbering{arabic} |