File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments