From a47417a69526b360a82b56f6a66e99e9d5dd2e98 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 12 Oct 2021 14:18:40 -0400 Subject: [PATCH] clarify "it" ambiguity in `signal` documentation --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4c8b176..3766157 100644 --- a/README.rst +++ b/README.rst @@ -146,8 +146,8 @@ signal If the system supports the SIGALRM signal the *signal* method will be used by default. This method schedules an alarm when the test item -starts and cancels it when it finishes. If the alarm expires during -the test the signal handler will dump the stack of any other threads +starts and cancels the alarm when the test finishes. If the alarm expires +during the test the signal handler will dump the stack of any other threads running to stderr and use ``pytest.fail()`` to interrupt the test. The benefit of this method is that the pytest process is not