diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
commit | 7e43110f34469a4d88ed77dc01de3bf4e0020f62 (patch) | |
tree | 7ffd9f4a51e0a9ba715be034a92dff08a62631e0 /Doc/lib/libimgfile.tex | |
parent | e46d14cd2c92a7ec8287f8cf222a07de869081bf (diff) | |
download | cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.zip cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.gz cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.bz2 |
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/lib/libimgfile.tex')
-rw-r--r-- | Doc/lib/libimgfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimgfile.tex b/Doc/lib/libimgfile.tex index 7069dbe..3587d85 100644 --- a/Doc/lib/libimgfile.tex +++ b/Doc/lib/libimgfile.tex @@ -9,7 +9,7 @@ The \module{imgfile} 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. +enough in some cases. Currently, colormap files are not supported. The module defines the following variables and functions: |