]> granicus.if.org Git - python/commitdiff
correct an example
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 4 Sep 2008 04:18:09 +0000 (04:18 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 4 Sep 2008 04:18:09 +0000 (04:18 +0000)
Doc/library/stdtypes.rst

index 5ac062a52c0e80834f0be52d992089827fb994ea..685dd2b2bba94bd32837d88046083fcd03381f4b 100644 (file)
@@ -1956,7 +1956,7 @@ An example of dictionary view usage::
 
    >>> # set operations
    >>> keys & {'eggs', 'bacon', 'salad'}
-   {'eggs', 'bacon'}
+   {'bacon'}
 
 
 .. _bltin-file-objects: