diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-22 18:18:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-22 18:18:08 (GMT) |
commit | 5b34ec1b144d95c2b1299be06073bd3e454344df (patch) | |
tree | b029d73df4d423442bf3c188ae99d6e619cf3f5f /Lib/base64.py | |
parent | 832f6d2890588e6d4cd9b44c002fc4f4825c03ce (diff) | |
download | cpython-5b34ec1b144d95c2b1299be06073bd3e454344df.zip cpython-5b34ec1b144d95c2b1299be06073bd3e454344df.tar.gz cpython-5b34ec1b144d95c2b1299be06073bd3e454344df.tar.bz2 |
Fixed spelling in comment: "RFC", not "RFX".
Diffstat (limited to 'Lib/base64.py')
-rwxr-xr-x | Lib/base64.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/base64.py b/Lib/base64.py index 5beed51..f20a51a 100755 --- a/Lib/base64.py +++ b/Lib/base64.py @@ -3,7 +3,7 @@ # Conversions to/from base64 transport encoding as per RFC-MIME (Dec 1991 # version). -# Parameters set by RFX-1421. +# Parameters set by RFC-1421. # # Modified 04-Oct-95 by Jack to use binascii module |