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:
parent
db0ea16604
commit
e625a319e2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user