mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Typo fix.
This commit is contained in:
parent
3bdc002e39
commit
8341aac123
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class OpenSSLServer(threading.Thread):
|
||||||
s.connect(("localhost", 4433))
|
s.connect(("localhost", 4433))
|
||||||
s.close()
|
s.close()
|
||||||
if self.s.stdout.readline() != "ERROR\n":
|
if self.s.stdout.readline() != "ERROR\n":
|
||||||
raise ValuError
|
raise ValueError
|
||||||
except:
|
except:
|
||||||
self.haveServer = False
|
self.haveServer = False
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue