Skip to content

Commit

Permalink
clarify "it" ambiguity in signal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 15, 2021
1 parent 072d420 commit a47417a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a47417a

Please sign in to comment.