summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/socket.rst')
-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 8fbfcb0..7861983 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -478,7 +478,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)