From 9e2dc3f0b1034d04bc6ce45a95969c2462640bde Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 1 Jun 2015 19:17:44 -0700 Subject: Issue #24357: fix typo --- Doc/library/socket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 1a35c97..c260e87 100644 --- a/Doc/library/socket.rst +++ b/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) -- cgit v0.12