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.7.0b2.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.7.0b2.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0b2.rst b/Misc/NEWS.d/3.7.0b2.rst index 7d13712..10d00a5 100644 --- a/Misc/NEWS.d/3.7.0b2.rst +++ b/Misc/NEWS.d/3.7.0b2.rst @@ -399,7 +399,7 @@ Add Ttk spinbox widget to :mod:`tkinter.ttk`. Patch by Alan D Moore. .. nonce: ideco_ .. section: Library -Various functions returning tuple containig IPv6 addresses now omit +Various functions returning tuple containing IPv6 addresses now omit ``%scope`` part since the same information is already encoded in *scopeid* tuple item. Especially this speeds up :func:`socket.recvfrom` when it receives multicast packet since useless resolving of network interface name |