summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-06-02 02:37:40 (GMT)
committerNed Deily <nad@acm.org>2015-06-02 02:37:40 (GMT)
commit834f029c7469c89c9ea29c15288c04ce7bc3531b (patch)
tree0df0374edbdff215b10186d309087e00132c226f
parent9e2dc3f0b1034d04bc6ce45a95969c2462640bde (diff)
downloadcpython-834f029c7469c89c9ea29c15288c04ce7bc3531b.zip
cpython-834f029c7469c89c9ea29c15288c04ce7bc3531b.tar.gz
cpython-834f029c7469c89c9ea29c15288c04ce7bc3531b.tar.bz2
Issue #24357: fix real typo
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index c260e87..7d5beea 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)