mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
typo
This commit is contained in:
parent
ee24811042
commit
1134991fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Python implementation of an 'echo' tcp server: echo all data it receives.
|
# 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
|
import sys
|
||||||
from socket import *
|
from socket import *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue