diff options
author | Ned Deily <nad@acm.org> | 2015-06-02 02:38:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-06-02 02:38:25 (GMT) |
commit | 03c28facd23f5d5c93815e648c1e4b418408d404 (patch) | |
tree | 4d7f7d450a65a89ed9a588f32d3f4a94670f7b7f /Doc/library | |
parent | 36a6a6bb3cc3aad22d6e738ba62cd86f47173c17 (diff) | |
parent | 834f029c7469c89c9ea29c15288c04ce7bc3531b (diff) | |
download | cpython-03c28facd23f5d5c93815e648c1e4b418408d404.zip cpython-03c28facd23f5d5c93815e648c1e4b418408d404.tar.gz cpython-03c28facd23f5d5c93815e648c1e4b418408d404.tar.bz2 |
Issue #24357: merge from 3.4
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 7861983..3a873c4 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -478,7 +478,7 @@ The :mod:`socket` module also offers various network-related services: method. The following example fetches address information for a hypothetical TCP - connection to `google.com` on port 80 (results may differ on your + connection to ``google.com`` on port 80 (results may differ on your system if IPv6 isn't enabled):: >>> socket.getaddrinfo("google.com", 80, proto=socket.IPPROTO_TCP) |