diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:09:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:09:38 (GMT) |
commit | 7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc (patch) | |
tree | 3a5332049a6b75f4ee084ef98822861314d8815b /Doc/librgbimg.tex | |
parent | d59db4f9747caaeedb90bd0000e69a5aa6bedb98 (diff) | |
download | cpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.zip cpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.tar.gz cpython-7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc.tar.bz2 |
Small markup nits.
Diffstat (limited to 'Doc/librgbimg.tex')
-rw-r--r-- | Doc/librgbimg.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/librgbimg.tex b/Doc/librgbimg.tex index cb11554..873a75f 100644 --- a/Doc/librgbimg.tex +++ b/Doc/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} |