diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 07:23:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 07:23:21 (GMT) |
commit | 3a0351cf8556a20e5ccfb63ba0dbbdba79684063 (patch) | |
tree | 896e951360c60e9c545d350ed05cd18b34b394b3 /Doc/libpanel.tex | |
parent | e7957184d230b7eda9e7db942bc8f96e71a8c34b (diff) | |
download | cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.zip cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.tar.gz cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.tar.bz2 |
Remove all uses of \sectcode; we can now use logical markup everywhere.
Diffstat (limited to 'Doc/libpanel.tex')
-rw-r--r-- | Doc/libpanel.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libpanel.tex b/Doc/libpanel.tex index 57b8e4f..3553808 100644 --- a/Doc/libpanel.tex +++ b/Doc/libpanel.tex @@ -1,4 +1,4 @@ -\section{Standard Module \sectcode{panel}} +\section{Standard Module \module{panel}} \label{module-panel} \stmodindex{panel} @@ -29,7 +29,7 @@ before calling or \code{panel.defpanellist()}. -\section{Standard Module \sectcode{panelparser}} +\section{Standard Module \module{panelparser}} \label{module-panelparser} \stmodindex{panelparser} @@ -45,7 +45,7 @@ to Python strings and sub-expressions (recursively) to Python lists. For more details, read the module file. % XXXXJH should be funcdesc, I think -\section{Built-in Module \sectcode{pnl}} +\section{Built-in Module \module{pnl}} \label{module-pnl} \bimodindex{pnl} |