mirror of
https://github.com/python/cpython.git
synced 2026-03-22 04:30:50 +00:00
#12665: merge with 3.2
This commit is contained in:
commit
e4f9e2ff21
1 changed files with 1 additions and 1 deletions
|
|
@ -2329,7 +2329,7 @@ An example of dictionary view usage::
|
|||
>>> keys & {'eggs', 'bacon', 'salad'}
|
||||
{'bacon'}
|
||||
>>> keys ^ {'sausage', 'juice'}
|
||||
{'juice', 'eggs', 'bacon', 'spam'}
|
||||
{'juice', 'sausage', 'bacon', 'spam'}
|
||||
|
||||
|
||||
.. _typememoryview:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue