diff options
| author | Fred Drake <fdrake@acm.org> | 1997-12-17 14:01:31 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1997-12-17 14:01:31 +0000 |
| commit | 36499b8e62c1b03e31e1ce15e08600b5b856c840 (patch) | |
| tree | eed1470f73fd1e082fb60add157db7836ca929f1 /Doc/mac/libmacostools.tex | |
| parent | 14f8521952b250eaee1de858a40324fe628734d8 (diff) | |
| download | cpython-git-36499b8e62c1b03e31e1ce15e08600b5b856c840.tar.gz | |
Make the word "Module" in the section header start with an upper-case "M"
for both modules documented here.
Diffstat (limited to 'Doc/mac/libmacostools.tex')
| -rw-r--r-- | Doc/mac/libmacostools.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 680b4edd2c..adbf461e79 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -1,4 +1,4 @@ -\section{Standard module \sectcode{macostools}} +\section{Standard Module \sectcode{macostools}} \label{module-macostools} \stmodindex{macostools} @@ -48,7 +48,7 @@ Note that the process of creating finder aliases is not specified in the Apple documentation. Hence, aliases created with \code{mkalias} could conceivably have incompatible behaviour in some cases. -\section{Standard module \sectcode{findertools}} +\section{Standard Module \sectcode{findertools}} \stmodindex{findertools} This module contains routines that give Python programs access to some |
