Skip to content

Commit 3e9df93

Browse files
authored
change "string" to "payload"
1 parent 4039192 commit 3e9df93

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
@@ -76,7 +76,7 @@ POST request.
7676

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

0 commit comments

Comments
 (0)