summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librgbimg.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 07:09:38 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 07:09:38 (GMT)
commit7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc (patch)
tree3a5332049a6b75f4ee084ef98822861314d8815b /Doc/lib/librgbimg.tex
parentd59db4f9747caaeedb90bd0000e69a5aa6bedb98 (diff)
downloadcpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.zip
cpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.tar.gz
cpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.tar.bz2
Small markup nits.
Diffstat (limited to 'Doc/lib/librgbimg.tex')
-rw-r--r--Doc/lib/librgbimg.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/librgbimg.tex b/Doc/lib/librgbimg.tex
index cb11554..873a75f 100644
--- a/Doc/lib/librgbimg.tex
+++ b/Doc/lib/librgbimg.tex
@@ -1,15 +1,14 @@
-\section{Built-in Module \sectcode{rgbimg}}
+\section{Built-in Module \module{rgbimg}}
\label{module-rgbimg}
\bimodindex{rgbimg}
-The rgbimg module allows python programs to access SGI imglib image
+The \module{rgbimg} module allows Python programs to access SGI imglib image
files (also known as \file{.rgb} files). The module is far from
complete, but is provided anyway since the functionality that there is
is enough in some cases. Currently, colormap files are not supported.
The module defines the following variables and functions:
-\setindexsubitem{(in module rgbimg)}
\begin{excdesc}{error}
This exception is raised on all errors, such as unsupported file type, etc.
\end{excdesc}