summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-12 10:02:03 (GMT)
committerGeorg Brandl <georg@python.org>2010-03-12 10:02:03 (GMT)
commitf6d3674599cb1f03da78aaf8800def5086bb9879 (patch)
treedd416334149738acef8848dfa3ce59d866bd4bb7 /Doc/whatsnew
parent554272743a597cfde468fbc0dd200859a6648b56 (diff)
downloadcpython-f6d3674599cb1f03da78aaf8800def5086bb9879.zip
cpython-f6d3674599cb1f03da78aaf8800def5086bb9879.tar.gz
cpython-f6d3674599cb1f03da78aaf8800def5086bb9879.tar.bz2
Fix warnings from "make check".
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.2.rst2
-rw-r--r--Doc/whatsnew/2.7.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.2.rst b/Doc/whatsnew/2.2.rst
index 31e8dd0..89e4d76 100644
--- a/Doc/whatsnew/2.2.rst
+++ b/Doc/whatsnew/2.2.rst
@@ -30,7 +30,7 @@ understand the complete implementation and design rationale for a change, refer
to the PEP for a particular new feature.
-.. seealso (now defunct)
+.. see also, now defunct
http://www.unixreview.com/documents/s=1356/urm0109h/0109h.htm
"What's So Special About Python 2.2?" is also about the new 2.2 features, and
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 @@ changes, or look through the Subversion logs for all the details.
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.