diff options
author | Fred Drake <fdrake@acm.org> | 2007-04-26 04:43:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-04-26 04:43:39 (GMT) |
commit | 4a76da79cd77bd04dacc1a2bfb22f149dcaad33d (patch) | |
tree | 875a99fa612e43a2d6718b086a6f396af3c5afd9 /Doc/lib/libbase64.tex | |
parent | 71011e2c2b6511e14099d0a02d8c137bb22784ad (diff) | |
download | cpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.zip cpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.tar.gz cpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.tar.bz2 |
fix some markup errors
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 d7eccbd..23b74f0 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -85,7 +85,7 @@ security purposes, the default is \code{False}. letter O (oh), and for optional mapping of the digit 1 (one) to either the letter I (eye) or letter L (el). The optional argument \var{map01} when not \code{None}, specifies which letter the digit 1 should -be mapped to (when map01 is not \var{None}, the digit 0 is always +be mapped to (when \var{map01} is not \code{None}, the digit 0 is always mapped to the letter O). For security purposes the default is \code{None}, so that 0 and 1 are not allowed in the input. |