diff options
author | Fred Drake <fdrake@acm.org> | 1997-06-12 16:05:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-06-12 16:05:46 (GMT) |
commit | 4fd1292c3cd14aaf321747b9c8cfa1cafbf5323c (patch) | |
tree | 16ef100d32e77659faa5d5a511d2e1bbfe885e79 /Doc/lib.tex | |
parent | eda78634a4719ac48735d551b6b2ab701792e4b4 (diff) | |
download | cpython-4fd1292c3cd14aaf321747b9c8cfa1cafbf5323c.zip cpython-4fd1292c3cd14aaf321747b9c8cfa1cafbf5323c.tar.gz cpython-4fd1292c3cd14aaf321747b9c8cfa1cafbf5323c.tar.bz2 |
Documentation for Lib/commands.py, from Sue Williams.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 0e70deb..6198445 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,4 +1,4 @@ -\documentstyle[twoside,11pt,myformat]{report} +\documentstyle[twoside,openright,10pt,myformat]{report} % NOTE: this file controls which chapters/sections of the library % manual are actually printed. It is easy to customize your manual @@ -137,6 +137,7 @@ to Python and how to embed it in other applications. \input{libresource} \input{libsyslog} \input{libstat} +\input{libcommands} \input{libpdb} % The Python Debugger |