diff options
author | Guido van Rossum <guido@python.org> | 1995-01-12 12:41:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-12 12:41:20 (GMT) |
commit | 1134991fb1df67b5d084c7c940d52f605af8de18 (patch) | |
tree | 4183d385f87eecea5bb9da118e65afaf20ddb8df /Demo | |
parent | ee248110428d523f7e73a4918508ad48d91a36d2 (diff) | |
download | cpython-1134991fb1df67b5d084c7c940d52f605af8de18.zip cpython-1134991fb1df67b5d084c7c940d52f605af8de18.tar.gz cpython-1134991fb1df67b5d084c7c940d52f605af8de18.tar.bz2 |
typo
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/sockets/echosvr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sockets/echosvr.py b/Demo/sockets/echosvr.py index fbe3eb7..acf0a39 100755 --- a/Demo/sockets/echosvr.py +++ b/Demo/sockets/echosvr.py @@ -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 * |