Skip to content

Commit 6d190e9

Browse files
Polish docs.
1 parent cb5c93f commit 6d190e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/base64.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

Doc/library/binascii.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)