commit | 607e31eddf07865fa6308cb7f5e2f75d290d1bda | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 17:43:31 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 17:43:31 2012 +0800 |
tree | ec2846fa2489b04941e84b77329a63c936c9cd20 | |
parent | ebf691d64cde6492f075d65e9f87651124aa19f4 [diff] |
Fix Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method. Patch contributed by Brian Brazil.
diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst index b0a3fa4..f15d659 100644 --- a/Doc/howto/sockets.rst +++ b/Doc/howto/sockets.rst
@@ -1,3 +1,5 @@ +.. _socket-howto: + **************************** Socket Programming HOWTO ****************************