Commit 9c464800 authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents 7761b951 e4f9e2ff
......@@ -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