Issue #24357: fix typo
authorNed Deily <nad@acm.org>
Tue, 2 Jun 2015 02:17:44 +0000 (19:17 -0700)
committerNed Deily <nad@acm.org>
Tue, 2 Jun 2015 02:17:44 +0000 (19:17 -0700)
Doc/library/socket.rst

index 1a35c971433e125c3d7d8918ef726a85220cf8a9..c260e87fe2f1540b6a88222217bfbb778295b4ed 100644 (file)
@@ -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)