diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-04 07:30:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-04 07:30:08 -0400 |
commit | 4806d0e7bdfeccfb75c2064bad787d66a375cf40 (patch) | |
tree | 75ed93e6d24ef18571c02940f285419875ab6a11 /tests/test_farm.py | |
parent | f06e02ebdcea3c5c585b784c568b99ea949cba90 (diff) | |
download | python-coveragepy-git-4806d0e7bdfeccfb75c2064bad787d66a375cf40.tar.gz |
Fixing spelling
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r-- | tests/test_farm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index daa83d92..89e6225e 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -346,7 +346,7 @@ class FarmTestCase(object): def doesnt_contain(self, filename, *strlist): """Check that the file contains none of a list of strings. - An assert will be raised if any of the strings in strlist appears in + An assert will be raised if any of the strings in `strlist` appears in `filename`. """ |