#6718: fix example.

This commit is contained in:
Georg Brandl 2009-08-24 17:22:05 +00:00
parent 0cfbd65975
commit e8ddbece0f
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ This is the client side::
import socket
import sys
HOST, PORT = "localhost"
HOST, PORT = "localhost", 9999
data = " ".join(sys.argv[1:])
# SOCK_DGRAM is the socket type to use for UDP sockets