diff options
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 07f70cf..873e8fb 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,5 +1,9 @@ \documentstyle[twoside,11pt,myformat]{report} +% NOTE: this file controls which chapters/sections of the library +% manual are actually printed. It is easy to customize your manual +% by commenting out sections that you're not interested in. + \title{Python Library Reference} \input{boilerplate} @@ -112,7 +116,7 @@ language. %\input{libamoeba} % AMOEBA ONLY -%\input{libmac} % MACINTOSH ONLY +\input{libmac} % MACINTOSH ONLY \input{libstdwin} % STDWIN ONLY |