1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

testtools/matchers.py: fix a comment typo

This commit is contained in:
Michael Adam 2012-03-09 12:00:32 +01:00
parent db0ea16604
commit e625a319e2

View File

@ -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.