[Python-checkins] cpython (3.4): Issue #24357: fix typo

ned.deily python-checkins at python.org
Tue Jun 2 04:24:52 CEST 2015


https://hg.python.org/cpython/rev/acf4dbd99d11
changeset:   96459:acf4dbd99d11
branch:      3.4
parent:      96455:b461d900fdb5
user:        Ned Deily <nad at acm.org>
date:        Mon Jun 01 19:17:44 2015 -0700
summary:
  Issue #24357: fix typo

files:
  Doc/library/socket.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -461,7 +461,7 @@
    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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list