]> granicus.if.org Git - python/commitdiff
Issue #25286: Update dictionary view link; patch by Akira Li
authorMartin Panter <vadmium+py@gmail.com>
Wed, 7 Oct 2015 10:03:20 +0000 (10:03 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 7 Oct 2015 10:03:20 +0000 (10:03 +0000)
Doc/library/collections.rst

index 8121cc411aca353b5327d3b6256f662713dd2e40..15c13fa3c3828a0d3df34f34d02a6b0ebfc73b7b 100644 (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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^