Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 834f029

Browse files
committed
Issue #24357: fix real typo
1 parent 9e2dc3f commit 834f029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ The :mod:`socket` module also offers various network-related services:
461461
method.
462462

463463
The following example fetches address information for a hypothetical TCP
464-
connection to `google.com` on port 80 (results may differ on your
464+
connection to ``google.com`` on port 80 (results may differ on your
465465
system if IPv6 isn't enabled)::
466466

467467
>>> socket.getaddrinfo("google.com", 80, proto=socket.IPPROTO_TCP)

0 commit comments

Comments
 (0)