summaryrefslogtreecommitdiff
path: root/Lib/trace.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:42 -0700
committerBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:42 -0700
commitf4604d6d6adc872585acdf957be4615f5f14c396 (patch)
treeadfeef1bc1e28d91a23ad31aa885cc54e7c58c23 /Lib/trace.py
parentf22e3608952de845a3dc9993ca5dc685e695fd07 (diff)
parent29f256909feba58350c023671b639eb1f684d5b9 (diff)
downloadcpython-git-f4604d6d6adc872585acdf957be4615f5f14c396.tar.gz
merge heads
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.
"""