summaryrefslogtreecommitdiff
path: root/lib/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testtools')
-rw-r--r--lib/testtools/testtools/matchers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/testtools/testtools/matchers.py b/lib/testtools/testtools/matchers.py
index 3279306650..3ea47d80e7 100644
--- a/lib/testtools/testtools/matchers.py
+++ b/lib/testtools/testtools/matchers.py
@@ -642,7 +642,7 @@ class MatchesException(Matcher):
class Contains(Matcher):
- """Checks whether something is container in another thing."""
+ """Checks whether something is contained in another thing."""
def __init__(self, needle):
"""Create a Contains Matcher.