mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
correct an example
This commit is contained in:
parent
ec12f23471
commit
e838812c88
1 changed files with 1 additions and 1 deletions
|
@ -1956,7 +1956,7 @@ An example of dictionary view usage::
|
||||||
|
|
||||||
>>> # set operations
|
>>> # set operations
|
||||||
>>> keys & {'eggs', 'bacon', 'salad'}
|
>>> keys & {'eggs', 'bacon', 'salad'}
|
||||||
{'eggs', 'bacon'}
|
{'bacon'}
|
||||||
|
|
||||||
|
|
||||||
.. _bltin-file-objects:
|
.. _bltin-file-objects:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue