diff options
author | Skip Montanaro <skip@pobox.com> | 2002-04-17 19:33:06 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-04-17 19:33:06 (GMT) |
commit | b02ea65f92f7e0c04689f469d436ba35dc2f631f (patch) | |
tree | e57246dd4b69c87407a0341cf8a7a6a2960a9d62 | |
parent | 8d95ca4469585534604672cbd3f4527163be04de (diff) | |
download | cpython-b02ea65f92f7e0c04689f469d436ba35dc2f631f.zip cpython-b02ea65f92f7e0c04689f469d436ba35dc2f631f.tar.gz cpython-b02ea65f92f7e0c04689f469d436ba35dc2f631f.tar.bz2 |
typo
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index efb710d..9f77955 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -63,7 +63,7 @@ is found, a \exception{LookupError} is raised. Otherwise, the codecs tuple is stored in the cache and returned to the caller. \end{funcdesc} -To simply access to the various codecs, the module provides these +To simplify access to the various codecs, the module provides these additional functions which use \function{lookup()} for the codec lookup: |