mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix typo
This commit is contained in:
parent
d38ddf4ca2
commit
bfd7d6a0ea
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ def _test():
|
|||
raise ValueError("wrote %r read %r" % (teststr, got))
|
||||
got = e.read()
|
||||
if got:
|
||||
raise ValueError("unexected %r on stderr" % (got,))
|
||||
raise ValueError("unexpected %r on stderr" % (got,))
|
||||
for inst in popen2._active[:]:
|
||||
inst.wait()
|
||||
if popen2._active:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue