From e625a319e25acb66a772493914f33aad43c09322 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 9 Mar 2012 12:00:32 +0100 Subject: testtools/matchers.py: fix a comment typo --- lib/testtools/testtools/matchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/testtools') 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. -- cgit