Skip to content

Commit 4039192

Browse files
authored
Fix lint CI
1 parent ddf2e67 commit 4039192

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
@@ -74,10 +74,10 @@ POST request.
7474
of length 2 which specifies the alternative alphabet used instead of the
7575
``+`` and ``/`` characters.
7676

77-
A :exc:`binascii.Error` exception is raised if *s* contains incorrect padding.
78-
When *validate* is ``False`` (the default), extra padding characters and
77+
A :exc:`binascii.Error` exception is raised if *s* contains incorrect padding.
78+
When *validate* is ``False`` (the default), extra padding characters and
7979
discontinuous padding characters (``=`` characters in the middle of the string)
80-
are silently ignored. When *validate* is ``True``, such incorrect padding
80+
are silently ignored. When *validate* is ``True``, such incorrect padding
8181
will result in a :exc:`binascii.Error`.
8282

8383
If *validate* is ``False`` (the default), characters that are neither

0 commit comments

Comments
 (0)