File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ POST request.
6363
6464 If *wrapcol * is non-zero, insert a newline (``b'\n' ``) character
6565 after at most every *wrapcol * characters.
66- If *wrapcol * is zero (default), do not add any newlines.
66+ If *wrapcol * is zero (default), do not insert any newlines.
6767
6868 May assert or raise a :exc: `ValueError ` if the length of *altchars * is not 2. Raises a
6969 :exc: `TypeError ` if *altchars * is not a :term: `bytes-like object `.
@@ -223,7 +223,7 @@ Refer to the documentation of the individual functions for more information.
223223
224224 If *wrapcol * is non-zero, insert a newline (``b'\n' ``) character
225225 after at most every *wrapcol * characters.
226- If *wrapcol * is zero (default), do not add any newlines.
226+ If *wrapcol * is zero (default), do not insert any newlines.
227227
228228 *pad * controls whether the input is padded to a multiple of 4
229229 before encoding. Note that the ``btoa `` implementation always pads.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The :mod:`binascii` module defines the following functions:
7474
7575 If *wrapcol * is non-zero, insert a newline (``b'\n' ``) character
7676 after at most every *wrapcol * characters.
77- If *wrapcol * is zero (default), do not add any newlines.
77+ If *wrapcol * is zero (default), do not insert any newlines.
7878
7979 If *newline * is true (default), a newline character will be added
8080 at the end of the output.
You can’t perform that action at this time.
0 commit comments