summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmox_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mox_test.py b/mox_test.py
index f865fb9..28baec0 100755
--- a/mox_test.py
+++ b/mox_test.py
@@ -2286,8 +2286,8 @@ class TestClass:
self.d[key] = value
def __contains__(self, key):
- """Returns True if d contains the key."""
- return key in self.d
+ """Returns True if d contains the key."""
+ return key in self.d
def __iter__(self):
pass