Skip to content

Commit 713d5c1

Browse files
authored
Fix RST ref error
1 parent 3f8726d commit 713d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/base64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII
2525
strings containing ASCII to :class:`bytes`. Both base-64 alphabets
2626
defined in :rfc:`4648` (normal, and URL- and filesystem-safe) are supported.
2727

28-
The :ref:`legacy interface <base-64-legacy>` does not support decoding from strings, but it does
28+
The :ref:`legacy interface <base64-legacy>` does not support decoding from strings, but it does
2929
provide functions for encoding and decoding to and from :term:`file objects
3030
<file object>`. It only supports the Base64 standard alphabet, and it adds
3131
newlines every 76 characters as per :rfc:`2045`. Note that if you are looking

0 commit comments

Comments
 (0)