mirror of https://github.com/python/cpython.git
typo
This commit is contained in:
parent
ee24811042
commit
1134991fb1
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue