Issue #25286: Update dictionary view link; patch by Akira Li

This commit is contained in:
Martin Panter 2015-10-07 10:03:20 +00:00
parent 446977c080
commit 397625e432
1 changed files with 2 additions and 2 deletions

View File

@ -1018,8 +1018,8 @@ keyword arguments, but their order is lost because Python's function call
semantics pass-in keyword arguments using a regular unordered dictionary.
.. versionchanged:: 3.5
The items, keys, and values :term:`views <view>` of :class:`OrderedDict` now
support reverse iteration using :func:`reversed`.
The items, keys, and values :term:`views <dictionary view>`
of :class:`OrderedDict` now support reverse iteration using :func:`reversed`.
:class:`OrderedDict` Examples and Recipes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^