]> granicus.if.org Git - python/commitdiff
Issue #16199: Backport 2to3 typo fix from 3.2.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 11 Oct 2012 23:15:46 +0000 (16:15 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 11 Oct 2012 23:15:46 +0000 (16:15 -0700)
Doc/library/2to3.rst

index 7942dd3cd60d855c668c5b95f60b1945e866d88e..a8b5b5c2bda30892bef967009a13bb3cb5052135 100644 (file)
@@ -23,7 +23,7 @@ Using 2to3
 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`::