summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-24 14:07:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-24 14:07:34 -0500
commitdcd6abc36395931aa37a9f5b70520d05c4d6282e (patch)
tree2ffa372b50efdd87368436e15a717b44af468777 /CHANGES.txt
parenta5e806e65bb5a666866245af91c9a8c887324e91 (diff)
downloadpython-coveragepy-git-dcd6abc36395931aa37a9f5b70520d05c4d6282e.tar.gz
Update the changes.rst file in the docs
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 303da940..192b3c91 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -74,7 +74,7 @@ Version 4.0a2 --- 14 January 2015
- The ``--debug`` switch can now be used on any command.
- You can now programmatically adjust the configuration of coverage by setting
- items on `Coverage.config` after construcion.
+ items on `Coverage.config` after construction.
- A module run with ``-m`` can be used as the argument to ``--source``, fixing
`issue 328`_. Thanks, Buck Evan.