diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
commit | 42f1dac01d72202b019063bfd5d1ffe9588e676b (patch) | |
tree | f472d010f4471cc98febcbbfd719335bada88afb /tests/test_xml.py | |
parent | 13420e9cf4f37c2c0742f200d943f398cb790643 (diff) | |
download | python-coveragepy-42f1dac01d72202b019063bfd5d1ffe9588e676b.tar.gz |
Better spelling.
Diffstat (limited to 'tests/test_xml.py')
-rw-r--r-- | tests/test_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xml.py b/tests/test_xml.py index 8ba92d6..af4ecee 100644 --- a/tests/test_xml.py +++ b/tests/test_xml.py @@ -33,7 +33,7 @@ class XmlTestHelpers(CoverageTest): Makes `width` directories, named d0 .. d{width-1}. Each directory has __init__.py, and `width` files, named f0.py .. f{width-1}.py. Each - directory also has `width` subdirectories, in the same fashion, until + directory also has `width` sub-directories, in the same fashion, until a depth of `depth` is reached. """ |