Commit 619de8f1 authored by Ezio Melotti's avatar Ezio Melotti

fixed double dict.items in glossary->view

parent 66011262
...@@ -523,7 +523,7 @@ Glossary ...@@ -523,7 +523,7 @@ Glossary
:attr:`__class__` attribute or can be retrieved with ``type(obj)``. :attr:`__class__` attribute or can be retrieved with ``type(obj)``.
view view
The objects returned from :meth:`dict.keys`, :meth:`dict.items`, and The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and
:meth:`dict.items` are called dictionary views. They are lazy sequences :meth:`dict.items` are called dictionary views. They are lazy sequences
that will see changes in the underlying dictionary. To force the that will see changes in the underlying dictionary. To force the
dictionary view to become a full list use ``list(dictview)``. See dictionary view to become a full list use ``list(dictview)``. See
......
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