mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Issue #24357: fix typo
This commit is contained in:
parent
1b79e2d7ee
commit
9e2dc3f0b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue