mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-19 18:32:47 +08:00
typo for symmetric_difference, davidhalter/jedi-vim#45
This commit is contained in:
@@ -148,7 +148,7 @@ class set():
|
||||
def intersection(self, other):
|
||||
return self & other
|
||||
|
||||
def symetric_difference(self, other):
|
||||
def symmetric_difference(self, other):
|
||||
return self ^ other
|
||||
|
||||
def union(self, other):
|
||||
|
||||
Reference in New Issue
Block a user