We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4039192 commit 3e9df93Copy full SHA for 3e9df93
Doc/library/base64.rst
@@ -76,7 +76,7 @@ POST request.
76
77
A :exc:`binascii.Error` exception is raised if *s* contains incorrect padding.
78
When *validate* is ``False`` (the default), extra padding characters and
79
- discontinuous padding characters (``=`` characters in the middle of the string)
+ discontinuous padding characters (``=`` characters in the middle of the payload)
80
are silently ignored. When *validate* is ``True``, such incorrect padding
81
will result in a :exc:`binascii.Error`.
82
0 commit comments