summaryrefslogtreecommitdiffstats
path: root/Lib/weakref.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/weakref.py')
-rw-r--r--Lib/weakref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/weakref.py b/Lib/weakref.py
index a1fa4e8..6153bd9 100644
--- a/Lib/weakref.py
+++ b/Lib/weakref.py
@@ -191,7 +191,7 @@ class WeakKeyDictionary(UserDict.UserDict):
except TypeError:
return 0
return wr in self.data
-
+
def items(self):
L = []
for key, value in self.data.items():