Skip to content

Commit efddf21

Browse files
author
raymond.hettinger
committed
Missing return
git-svn-id: http://svn.python.org/projects/python/trunk@60470 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent a3ecfb2 commit efddf21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/_abcoll.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ def __ixor__(self, it):
293293
self.discard(value)
294294
else:
295295
self.add(value)
296+
return self
296297

297298
def __isub__(self, it):
298299
for value in it:

0 commit comments

Comments
 (0)