diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-17 13:52:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-17 13:52:04 (GMT) |
commit | 14f8521952b250eaee1de858a40324fe628734d8 (patch) | |
tree | 2a59ea13c0ad9c59f03d68daecd9d8daba13ca0c /Doc/lib/libdis.tex | |
parent | 7372e5793d2feb83ad51ec9e0db048eedee52aad (diff) | |
download | cpython-14f8521952b250eaee1de858a40324fe628734d8.zip cpython-14f8521952b250eaee1de858a40324fe628734d8.tar.gz cpython-14f8521952b250eaee1de858a40324fe628734d8.tar.bz2 |
Make the word "Module" in the section header start with an upper-case "M".
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r-- | Doc/lib/libdis.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 018fd1b..ac60fe3 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -1,4 +1,4 @@ -\section{Standard module \sectcode{dis}} % If implemented in Python +\section{Standard Module \sectcode{dis}} \stmodindex{dis} \label{module-dis} |