summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r--tests/test_farm.py2
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`.
"""