From: Martin Panter Date: Wed, 7 Oct 2015 10:03:20 +0000 (+0000) Subject: Issue #25286: Update dictionary view link; patch by Akira Li X-Git-Tag: v3.5.1rc1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397625e43280c1dec19af59c53704e0d95b557d5;p=python Issue #25286: Update dictionary view link; patch by Akira Li --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 8121cc411a..15c13fa3c3 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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 ` of :class:`OrderedDict` now - support reverse iteration using :func:`reversed`. + The items, keys, and values :term:`views ` + of :class:`OrderedDict` now support reverse iteration using :func:`reversed`. :class:`OrderedDict` Examples and Recipes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^