diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-12-12 16:52:40 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-12-12 16:52:40 (GMT) |
commit | f4a70f35b0fe0d99639868c90430b99505669b43 (patch) | |
tree | 86683c766b1e0b85311686f73788909757e4c91a /Doc/lib/libbase64.tex | |
parent | 1542f34c42de544cf11e400906149c6252b42ae7 (diff) | |
download | cpython-f4a70f35b0fe0d99639868c90430b99505669b43.zip cpython-f4a70f35b0fe0d99639868c90430b99505669b43.tar.gz cpython-f4a70f35b0fe0d99639868c90430b99505669b43.tar.bz2 |
Patch #1080684: typo repair. Thanks George Yoshida!
- Doc/lib/libbase64.tex
s/algorith/algorithm
- Doc/lib/libpickle.tex
s/interchangable/interchangeable
- Doc/lib/libxmlrpclib.tex
s/{_cmp__}/{__cmp__}
leading underscore needs to be double, not single.
- Doc/ref/ref6.tex
0/1 => False/True
Diffstat (limited to 'Doc/lib/libbase64.tex')
-rw-r--r-- | Doc/lib/libbase64.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index b51f8c8..747d837 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -12,7 +12,7 @@ This module provides data encoding and decoding as specified in \rfc{3548}. This standard defines the Base16, Base32, and Base64 algorithms for encoding and decoding arbitrary binary strings into text strings that can be safely sent by email, used as parts of URLs, -or included as part of an HTTP POST request. The encoding algorith is +or included as part of an HTTP POST request. The encoding algorithm is not the same as the \program{uuencode} program. There are two interfaces provided by this module. The modern |