Skip to content

Commit 642e772

Browse files
authored
Merge pull request #107 from asottile/patch-1
clarify "it" ambiguity in `signal` documentation
2 parents 072d420 + a47417a commit 642e772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ signal
146146

147147
If the system supports the SIGALRM signal the *signal* method will be
148148
used by default. This method schedules an alarm when the test item
149-
starts and cancels it when it finishes. If the alarm expires during
150-
the test the signal handler will dump the stack of any other threads
149+
starts and cancels the alarm when the test finishes. If the alarm expires
150+
during the test the signal handler will dump the stack of any other threads
151151
running to stderr and use ``pytest.fail()`` to interrupt the test.
152152

153153
The benefit of this method is that the pytest process is not

0 commit comments

Comments
 (0)