Skip to content

Commit e03d1d9

Browse files
committed
fix indentation
1 parent b3218df commit e03d1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/base64.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ package instead.
4444
.. _base_64_rfc_4648:
4545

4646
RFC 4648 Encodings
47-
^^^^^^^^^^^^^^^^^^
47+
------------------
4848

4949
The :rfc:`4648` encodings are suitable for encoding binary data so that it can be
5050
safely sent by email, used as parts of URLs, or included as part of an HTTP
@@ -187,7 +187,7 @@ POST request. The encoding algorithm is not the same as the
187187
.. _base_64_base_85:
188188

189189
Base 85 Encodings
190-
^^^^^^^^^^^^^^^^^
190+
-----------------
191191

192192
Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard
193193
originating from the ASCII Base-85 Strings encoding defined by the
@@ -290,7 +290,7 @@ Refer to the documentation of the individual functions for more information.
290290
.. _base_64_legacy:
291291

292292
Legacy Interface
293-
^^^^^^^^^^^^^^^^
293+
----------------
294294

295295
.. function:: decode(input, output)
296296

0 commit comments

Comments
 (0)