commit | f6d3674599cb1f03da78aaf8800def5086bb9879 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 12 10:02:03 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 12 10:02:03 2010 +0000 |
tree | dd416334149738acef8848dfa3ce59d866bd4bb7 | |
parent | 554272743a597cfde468fbc0dd200859a6648b56 [diff] [blame] |
Fix warnings from "make check".
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 540b429..d9ade51 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst
@@ -609,7 +609,7 @@ Contributed by Raymond Hettinger; :issue:`1696199`. - The new `OrderedDict` class is described in the earlier section + The new `~collections.OrderedDict` class is described in the earlier section :ref:`pep-0372`. The :class:`namedtuple` class now has an optional *rename* parameter.