mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo
This commit is contained in:
parent
6dab05231d
commit
d456849f19
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ False
|
|||
>>> employees.union_update(engineers) # update from another set
|
||||
>>> employees.issuperset(engineers)
|
||||
True
|
||||
>>> for group in [engineers, programmers, management, employees]:
|
||||
>>> for group in [engineers, programmers, managers, employees]:
|
||||
... group.discard('Susan') # unconditionally remove element
|
||||
... print group
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue