Skip to content

Commit 0ab7e6a

Browse files
committed
Set
1 parent 77e1a0e commit 0ab7e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Set
9696
<set> = set()
9797
<set>.add(<el>)
9898
<set>.update(<set>)
99-
<set>.clear()
99+
<set> |= {<el>}
100+
<set> |= <set>
100101
```
101102

102103
```python

0 commit comments

Comments
 (0)