correct an example

This commit is contained in:
Gregory P. Smith 2008-09-04 04:18:09 +00:00
parent ec12f23471
commit e838812c88
1 changed files with 1 additions and 1 deletions

View File

@ -1956,7 +1956,7 @@ An example of dictionary view usage::
>>> # set operations
>>> keys & {'eggs', 'bacon', 'salad'}
{'eggs', 'bacon'}
{'bacon'}
.. _bltin-file-objects: