summaryrefslogtreecommitdiff
path: root/Doc/library/2to3.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-26 15:02:41 +0000
committerGeorg Brandl <georg@python.org>2009-07-26 15:02:41 +0000
commitd0a7a746327ee22cc67e2a31ac9968a4e2eddda8 (patch)
tree9236eee2bee4e33cf72cc8ff3501f0d760f4ea40 /Doc/library/2to3.rst
parent3aa340c66a89fdd640781651ec28a9acc51095f9 (diff)
downloadcpython-d0a7a746327ee22cc67e2a31ac9968a4e2eddda8.tar.gz
Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
Diffstat (limited to 'Doc/library/2to3.rst')
-rw-r--r--Doc/library/2to3.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 43ee2a41cc..29ab06671e 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -246,8 +246,9 @@ and off individually. They are described here in more detail.
.. 2to3fixer:: next
- Converts the use of iterator's :meth:`next` methods to the :func:`next`
- function. It also renames :meth:`next` methods to :meth:`~object.__next__`.
+ Converts the use of iterator's :meth:`~iterator.next` methods to the
+ :func:`next` function. It also renames :meth:`next` methods to
+ :meth:`~object.__next__`.
.. 2to3fixer:: nonzero