summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-06-02 02:20:31 (GMT)
committerNed Deily <nad@acm.org>2015-06-02 02:20:31 (GMT)
commit36a6a6bb3cc3aad22d6e738ba62cd86f47173c17 (patch)
treeefddc4bef607019a8bc4128e5c7026a956ce2995 /Doc/library
parent3e4f976965b24ad1e84d1e1c6b5224d081f65165 (diff)
parent9e2dc3f0b1034d04bc6ce45a95969c2462640bde (diff)
downloadcpython-36a6a6bb3cc3aad22d6e738ba62cd86f47173c17.zip
cpython-36a6a6bb3cc3aad22d6e738ba62cd86f47173c17.tar.gz
cpython-36a6a6bb3cc3aad22d6e738ba62cd86f47173c17.tar.bz2
Issue #24357: merge from 3.4
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 8fbfcb0..7861983 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)