Skip to content

Commit

Permalink
Update concepts/sets/about.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Oct 1, 2023
1 parent 025d900 commit 3273721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/sets/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ The operator version of this method is `<set> & <other set> & <other set 2> & .
{'Basil', 'Chervil', 'Marjoram', 'Cilantro'}
```

# Set Symmetric Difference
### Set Symmetric Differences

`<set>.symmetric_difference(<other iterable>)` returns a new `set` that contains elements that are in `<set>` OR `<other>`, but **not in both**.
The operator version of this method is `<set> ^ <other set>`.
Expand Down

0 comments on commit 3273721

Please sign in to comment.