Commit 834f029c authored by Ned Deily's avatar Ned Deily

Issue #24357: fix real typo

parent 9e2dc3f0
...@@ -461,7 +461,7 @@ The :mod:`socket` module also offers various network-related services: ...@@ -461,7 +461,7 @@ The :mod:`socket` module also offers various network-related services:
method. method.
The following example fetches address information for a hypothetical TCP 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):: system if IPv6 isn't enabled)::
>>> socket.getaddrinfo("google.com", 80, proto=socket.IPPROTO_TCP) >>> socket.getaddrinfo("google.com", 80, proto=socket.IPPROTO_TCP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment