summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-14 23:50:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-14 23:50:16 -0400
commit685c6c9f74e6eb4ee6e96a188b8f34053f31a84d (patch)
tree4100594e5c18abb9717f091b74309eea92d366b8
parenta9ba8f4278072e87d1303493cc67fc1a6b3c876a (diff)
downloadpython-coveragepy-git-685c6c9f74e6eb4ee6e96a188b8f34053f31a84d.tar.gz
Try to use modern terminology..
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 59a345d5..be3de2ee 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,7 @@ Version 3.1, unreleased
- Added the --timid option to enable a simpler slower trace function that works
for DecoratorTools (including TurboGears) projects.
-- Scripts that change directory will still write .coverage files in the
+- Programs that change directory will still write .coverage files in the
directory where execution started (`issue 24`_).
.. _issue 24: http://bitbucket.org/ned/coveragepy/issue/24