diff options
| author | Benjamin Peterson <benjamin@python.org> | 2016-06-03 22:38:42 -0700 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2016-06-03 22:38:42 -0700 |
| commit | f4604d6d6adc872585acdf957be4615f5f14c396 (patch) | |
| tree | adfeef1bc1e28d91a23ad31aa885cc54e7c58c23 /Lib/trace.py | |
| parent | f22e3608952de845a3dc9993ca5dc685e695fd07 (diff) | |
| parent | 29f256909feba58350c023671b639eb1f684d5b9 (diff) | |
| download | cpython-git-f4604d6d6adc872585acdf957be4615f5f14c396.tar.gz | |
merge heads
Diffstat (limited to 'Lib/trace.py')
| -rwxr-xr-x | Lib/trace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index 7afbe76713..ae154615fa 100755 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -224,7 +224,7 @@ class CoverageResults: :param show_missing: Show lines that had no hits. :param summary: Include coverage summary per module. - :param coverdir: If None, the results of each module are placed in it's + :param coverdir: If None, the results of each module are placed in its directory, otherwise it is included in the directory specified. """ |
