Browse Source

Issue #24357: fix typo

pull/9921/head
Ned Deily 11 years ago
parent
commit
9e2dc3f0b1
  1. 2
      Doc/library/socket.rst

2
Doc/library/socket.rst

@ -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)

Loading…
Cancel
Save