summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
commit4806d0e7bdfeccfb75c2064bad787d66a375cf40 (patch)
tree75ed93e6d24ef18571c02940f285419875ab6a11 /tests/test_data.py
parentf06e02ebdcea3c5c585b784c568b99ea949cba90 (diff)
downloadpython-coveragepy-git-4806d0e7bdfeccfb75c2064bad787d66a375cf40.tar.gz
Fixing spelling
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index b370aa21..3c2b5728 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -349,7 +349,7 @@ class CoverageDataTest(DataTestHelpers, CoverageTest):
class CoverageDataTestInTempDir(DataTestHelpers, CoverageTest):
- """Tests of CoverageData that need a temp dir to make files."""
+ """Tests of CoverageData that need a temporary directory to make files."""
def test_read_write_lines(self):
covdata1 = CoverageData()