diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-20 04:51:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-20 04:51:16 (GMT) |
commit | 67d229ea76754db032f546010c7834c9f408c663 (patch) | |
tree | bac4849c73085e5cb9a0f2494636863669297b12 /Doc/lib/libjpeg.tex | |
parent | bbac43223c3ead4745d41414df13d113d79334ad (diff) | |
download | cpython-67d229ea76754db032f546010c7834c9f408c663.zip cpython-67d229ea76754db032f546010c7834c9f408c663.tar.gz cpython-67d229ea76754db032f546010c7834c9f408c663.tar.bz2 |
Shorten section title.
Diffstat (limited to 'Doc/lib/libjpeg.tex')
-rw-r--r-- | Doc/lib/libjpeg.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libjpeg.tex b/Doc/lib/libjpeg.tex index 9c2c57a..e716695 100644 --- a/Doc/lib/libjpeg.tex +++ b/Doc/lib/libjpeg.tex @@ -1,7 +1,7 @@ \section{\module{jpeg} --- - Read and write image files in compressed JPEG format.} -\declaremodule{builtin}{jpeg} + Read and write JPEG files} +\declaremodule{builtin}{jpeg} \modulesynopsis{Read and write image files in compressed JPEG format.} |