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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=397625e43280c1dec19af59c53704e0d95b557d5;p=thirdparty%2FPython%2Fcpython.git Issue #25286: Update dictionary view link; patch by Akira Li --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 8121cc411aca..15c13fa3c382 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^