[Python-checkins] cpython (2.7): Issue #16199: Backport 2to3 typo fix from 3.2.

chris.jerdonek python-checkins at python.org
Fri Oct 12 01:16:51 CEST 2012


http://hg.python.org/cpython/rev/c0a2294de787
changeset:   79675:c0a2294de787
branch:      2.7
parent:      79671:e3acc945f0cb
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Thu Oct 11 16:15:46 2012 -0700
summary:
  Issue #16199: Backport 2to3 typo fix from 3.2.

files:
  Doc/library/2to3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -23,7 +23,7 @@
 also located in the :file:`Tools/scripts` directory of the Python root.
 
 2to3's basic arguments are a list of files or directories to transform.  The
-directories are to recursively traversed for Python sources.
+directories are recursively traversed for Python sources.
 
 Here is a sample Python 2.x source file, :file:`example.py`::
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list