summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2013-03-18 12:05:39 -0700
committerMichael Foord <michael@voidspace.org.uk>2013-03-18 12:05:39 -0700
commit42d126d9a2ba0487b72faa848fbe2724d6c90012 (patch)
tree49c770c30c2cf60484f6f9e8ae13b944ef5ceb10
parentfb1cfb3001148586b7f67e101ca6541d4c8ee91a (diff)
downloadmock-42d126d9a2ba0487b72faa848fbe2724d6c90012.tar.gz
Remove XXXX from comment
-rw-r--r--mock.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/mock.py b/mock.py
index 2a3f869..6d2d956 100644
--- a/mock.py
+++ b/mock.py
@@ -734,9 +734,7 @@ class NonCallableMock(Base):
def __dir__(self):
- """Filter the output of `dir(mock)` to only useful members.
- XXXX
- """
+ """Filter the output of `dir(mock)` to only useful members."""
extras = self._mock_methods or []
from_type = dir(type(self))
from_dict = list(self.__dict__)