Kaydet (Commit) e838812c authored tarafından Gregory P. Smith's avatar Gregory P. Smith

correct an example

üst ec12f234
...@@ -1956,7 +1956,7 @@ An example of dictionary view usage:: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment