diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-06 14:35:53 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-06 14:35:53 (GMT) |
commit | 683281f536981da395575b5a07d6761118259fd2 (patch) | |
tree | a74a3846a6b688094f8faed929d179de1a35e0a0 /Misc/NEWS.d/3.6.0a1.rst | |
parent | ae62f015240c9162773341a9922794e6b960779d (diff) | |
download | cpython-683281f536981da395575b5a07d6761118259fd2.zip cpython-683281f536981da395575b5a07d6761118259fd2.tar.gz cpython-683281f536981da395575b5a07d6761118259fd2.tar.bz2 |
bpo-34906: Doc: Fix typos (2) (GH-9735)
Fix typos
Diffstat (limited to 'Misc/NEWS.d/3.6.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.0a1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.6.0a1.rst b/Misc/NEWS.d/3.6.0a1.rst index 62bfd4e..254d361 100644 --- a/Misc/NEWS.d/3.6.0a1.rst +++ b/Misc/NEWS.d/3.6.0a1.rst @@ -2684,7 +2684,7 @@ pickletools.dis() now outputs implicit memo index for the MEMOIZE opcode. .. nonce: ebqGy- .. section: Library -Add an optional newline paramer to binascii.b2a_base64(). base64.b64encode() +Add an optional newline parameter to binascii.b2a_base64(). base64.b64encode() uses it to avoid a memory copy. .. @@ -3938,4 +3938,4 @@ programming bugs. ValueError is now raised instead of TypeError on buffer overflow in parsing "es#" and "et#" format units. SystemError is now raised instead of -TypeError on programmical error in parsing format string. +TypeError on programmatical error in parsing format string. |