Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2dc3f commit 834f029Copy full SHA for 834f029
1 file changed
Doc/library/socket.rst
@@ -461,7 +461,7 @@ The :mod:`socket` module also offers various network-related services:
461
method.
462
463
The following example fetches address information for a hypothetical TCP
464
- connection to `google.com` on port 80 (results may differ on your
+ connection to ``google.com`` on port 80 (results may differ on your
465
system if IPv6 isn't enabled)::
466
467
>>> socket.getaddrinfo("google.com", 80, proto=socket.IPPROTO_TCP)
0 commit comments