diff options
Diffstat (limited to 'Doc/library/base64.rst')
| -rw-r--r-- | Doc/library/base64.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index 3d23dfc..eba4b36 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -148,7 +148,7 @@ The modern interface provides: instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This feature is not supported by the "standard" Ascii85 encoding. - *wrapcol* controls whether the output should have newline ('\n') + *wrapcol* controls whether the output should have newline (``'\n'``) characters added to it. If this is non-zero, each output line will be at most this many characters long. @@ -161,7 +161,7 @@ The modern interface provides: .. versionadded:: 3.4 -.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v') +.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \\t\\n\\r\\v') Decode an Ascii85 encoded byte string. |
