Skip to content

Commit af0dde9

Browse files
atugushevionelmc
authored andcommitted
Fix typo
[ci skip]
1 parent 8a19ea5 commit af0dde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/subprocess-support.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Subprocess support
44

55
Normally coverage writes the data via a pretty standard atexit handler. However, if the subprocess doesn't exit on its
66
own then the atexit handler might not run. Why that happens is best left to the adventurous to discover by waddling
7-
though the Python bug tracker.
7+
through the Python bug tracker.
88

99
pytest-cov supports subprocesses and multiprocessing, and works around these atexit limitations. However, there are a
1010
few pitfalls that need to be explained.

0 commit comments

Comments
 (0)