[Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16199: Merge 2to3 typo fix from 3.2.

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


http://hg.python.org/cpython/rev/d83dfa6a381a
changeset:   79673:d83dfa6a381a
branch:      3.3
parent:      79669:f1c1b59d8181
parent:      79672:c7f11e450c31
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Thu Oct 11 16:01:00 2012 -0700
summary:
  Issue #16199: Merge 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