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
commit042b8a321cf1317adb30745fff28038974cd51c6 (patch)
tree6d571466ee1f3996303b57374eadd12960d3fc11 /CHANGES.txt
parent45579619d3d8c39624f38d927d9efc6e5f524a81 (diff)
downloadpython-coveragepy-042b8a321cf1317adb30745fff28038974cd51c6.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 303da94..192b3c9 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.