summaryrefslogtreecommitdiff
path: root/Lib/trace.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 05:06:25 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 05:06:25 +0000
commit0f29ad1be56b98dbbd661128299136e40407333d (patch)
tree3779f2d8082cdae9273973f4679c3d133de147dd /Lib/trace.py
parent19409197e2deaa72649ade73318af16128018c74 (diff)
downloadcpython-git-0f29ad1be56b98dbbd661128299136e40407333d.tar.gz
More typo fixes for 3.6
Diffstat (limited to 'Lib/trace.py')
-rwxr-xr-xLib/trace.py2
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.
"""