From: Ned Deily <nad@acm.org>
Date: Tue, 2 Jun 2015 02:37:40 +0000 (-0700)
Subject: Issue #24357: fix real typo
X-Git-Tag: v3.5.0b3~115^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=834f029c7469c89c9ea29c15288c04ce7bc3531b;p=python

Issue #24357: fix real typo
---

diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index c260e87fe2..7d5beeab2c 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)