diff options
author | Ned Deily <nad@acm.org> | 2015-06-01 19:20:31 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-06-01 19:20:31 -0700 |
commit | 36a6a6bb3cc3aad22d6e738ba62cd86f47173c17 (patch) | |
tree | efddc4bef607019a8bc4128e5c7026a956ce2995 | |
parent | 3e4f976965b24ad1e84d1e1c6b5224d081f65165 (diff) | |
parent | 9e2dc3f0b1034d04bc6ce45a95969c2462640bde (diff) | |
download | cpython-git-36a6a6bb3cc3aad22d6e738ba62cd86f47173c17.tar.gz |
Issue #24357: merge from 3.4
-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 8fbfcb0ba2..7861983db0 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) |