Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e838812

Browse files
committed
correct an example
1 parent ec12f23 commit e838812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ An example of dictionary view usage::
19561956

19571957
>>> # set operations
19581958
>>> keys & {'eggs', 'bacon', 'salad'}
1959-
{'eggs', 'bacon'}
1959+
{'bacon'}
19601960

19611961

19621962
.. _bltin-file-objects:

0 commit comments

Comments
 (0)