summaryrefslogtreecommitdiffstats
path: root/Lib/base64.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-22 18:18:08 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-22 18:18:08 (GMT)
commit5b34ec1b144d95c2b1299be06073bd3e454344df (patch)
treeb029d73df4d423442bf3c188ae99d6e619cf3f5f /Lib/base64.py
parent832f6d2890588e6d4cd9b44c002fc4f4825c03ce (diff)
downloadcpython-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-xLib/base64.py2
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