diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:06:25 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:06:25 +0000 |
commit | 0f29ad1be56b98dbbd661128299136e40407333d (patch) | |
tree | 3779f2d8082cdae9273973f4679c3d133de147dd /Lib/trace.py | |
parent | Merge typo fixes from 3.5 (diff) | |
download | cpython-0f29ad1be56b98dbbd661128299136e40407333d.tar.gz cpython-0f29ad1be56b98dbbd661128299136e40407333d.tar.bz2 cpython-0f29ad1be56b98dbbd661128299136e40407333d.zip |
More typo fixes for 3.6
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 7afbe767133..ae154615fa3 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. """ |