summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-04-27 10:35:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-04-27 10:35:06 -0400
commit4d75f332969a55aa9a3f12546b9d2c9feec1a18a (patch)
tree37914c67f46ccf0a504c474de5913219a411a62c
parentab44d24600585c1abe12241793f79dfd53fc4dd4 (diff)
downloadpython-coveragepy-git-4d75f332969a55aa9a3f12546b9d2c9feec1a18a.tar.gz
Typo
-rw-r--r--doc/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index 41c6e334..6abee18b 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -66,6 +66,6 @@ have to coordinate with other .pth files. On the minus side, you have to create
the file in a system-defined directory, so you may need privileges to write it.
Note that if you use one of these techniques, you must undo them if you
-uninstall coverage.py, since you will now me trying to import it during Python
+uninstall coverage.py, since you will be trying to import it during Python
startup. Be sure to remove the change when you uninstall coverage.py, or use a
more defensive approach to importing it.