]> granicus.if.org Git - python/commitdiff
Issue #24357: fix real typo
authorNed Deily <nad@acm.org>
Tue, 2 Jun 2015 02:37:40 +0000 (19:37 -0700)
committerNed Deily <nad@acm.org>
Tue, 2 Jun 2015 02:37:40 +0000 (19:37 -0700)
Doc/library/socket.rst

index c260e87fe2f1540b6a88222217bfbb778295b4ed..7d5beeab2c19b63f279b1858d0c278a4cca543e6 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)