8000 Fixed indendation issue in my addition · python/cpython@252eedb · GitHub
[go: up one dir, main page]

Skip to content

Commit 252eedb

Browse files
committed
Fixed indendation issue in my addition
1 parent 9cdba94 commit 252eedb

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
@@ -130,7 +130,7 @@ The modern interface provides:
130130
which letter the digit 1 should be mapped to (when *map01* is not ``None``, the
131131
digit 0 is always mapped to the letter O). For security purposes the default is
132132
``None``, so that 0 and 1 are not allowed in the input. Note that :rfc:`4648`
133-
(which made :rfc:`3548` obsolete) did not allow such a mapping.
133+
(which made :rfc:`3548` obsolete) did not allow such a mapping.
134134

135135
A :exc:`binascii.Error` is raised if *s* is
136136
incorrectly padded or if there are non-alphabet characters present in the

0 commit comments

Comments
 (0)
0