Issue #24357: fix real typo

This commit is contained in:
Ned Deily 2015-06-01 19:37:40 -07:00
parent 9e2dc3f0b1
commit 834f029c74
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,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)