This commit is contained in:
Guido van Rossum 1995-01-12 12:41:20 +00:00
parent ee24811042
commit 1134991fb1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Python implementation of an 'echo' tcp server: echo all data it receives.
#
# This is the simplest possible server, sevicing a single request only.
# This is the simplest possible server, servicing a single request only.
import sys
from socket import *