fixed indentation

This commit is contained in:
Przemyslaw Gajda 2012-04-22 22:50:04 +02:00
parent 9befc3dd9a
commit 2ca6a9b2c6
1 changed files with 2 additions and 2 deletions

View File

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