We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8726d commit 713d5c1Copy full SHA for 713d5c1
Doc/library/base64.rst
@@ -25,7 +25,7 @@ supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII
25
strings containing ASCII to :class:`bytes`. Both base-64 alphabets
26
defined in :rfc:`4648` (normal, and URL- and filesystem-safe) are supported.
27
28
-The :ref:`legacy interface <base-64-legacy>` does not support decoding from strings, but it does
+The :ref:`legacy interface <base64-legacy>` does not support decoding from strings, but it does
29
provide functions for encoding and decoding to and from :term:`file objects
30
<file object>`. It only supports the Base64 standard alphabet, and it adds
31
newlines every 76 characters as per :rfc:`2045`. Note that if you are looking
0 commit comments