correct an example
This commit is contained in:
parent
ec12f23471
commit
e838812c88
|
@ -1956,7 +1956,7 @@ An example of dictionary view usage::
|
|||
|
||||
>>> # set operations
|
||||
>>> keys & {'eggs', 'bacon', 'salad'}
|
||||
{'eggs', 'bacon'}
|
||||
{'bacon'}
|
||||
|
||||
|
||||
.. _bltin-file-objects:
|
||||
|
|
Loading…
Reference in New Issue