Commit e4f9e2ff authored by Sandro Tosi's avatar Sandro Tosi

#12665: merge with 3.2

parents b1290a52 2a8d1953
......@@ -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:
......
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