projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b79e2d
)
Issue #24357: fix typo
author
Ned Deily
<nad@acm.org>
Tue, 2 Jun 2015 02:17:44 +0000
(19:17 -0700)
committer
Ned Deily
<nad@acm.org>
Tue, 2 Jun 2015 02:17:44 +0000
(19:17 -0700)
Doc/library/socket.rst
patch
|
blob
|
history
diff --git
a/Doc/library/socket.rst
b/Doc/library/socket.rst
index 1a35c971433e125c3d7d8918ef726a85220cf8a9..c260e87fe2f1540b6a88222217bfbb778295b4ed 100644
(file)
--- 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)