diff --git a/tests/test_multi_program.py b/tests/test_multi_program.py index 6a3a347..dc3d7cf 100644 --- a/tests/test_multi_program.py +++ b/tests/test_multi_program.py @@ -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