diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 23:50:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 23:50:16 -0400 |
| commit | 914e61f6525180a047466f67b4a5d3c6742c2cae (patch) | |
| tree | a3752582855ff5c3c6d2e464f41fc8e4bd6cfe31 | |
| parent | cdaaeeef2545f2911d495dabe4f603cac71aca07 (diff) | |
| download | python-coveragepy-914e61f6525180a047466f67b4a5d3c6742c2cae.tar.gz | |
Try to use modern terminology..
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 59a345d..be3de2e 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
|
