From 037c4c3797e95f4b156e443715e041b974bf686b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 10 Sep 2018 15:28:19 -0400 Subject: [PATCH] Comment tweak --- tests/test_multi_program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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