Comment tweak
parent
d808ffd8f3
commit
037c4c3797
|
@ -14,7 +14,7 @@ from conftest import tractor_test
|
|||
|
||||
|
||||
def sig_prog(proc, sig):
|
||||
"Kill the actor-process with ctr-c."
|
||||
"Kill the actor-process with ``sig``."
|
||||
proc.send_signal(sig)
|
||||
ret = proc.wait()
|
||||
assert ret
|
||||
|
|
Loading…
Reference in New Issue