]> granicus.if.org Git - python/commitdiff
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 11 Oct 2012 22:59:32 +0000 (15:59 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 11 Oct 2012 22:59:32 +0000 (15:59 -0700)
Doc/library/2to3.rst

index a13fb650246605ce4f0854ae4b3a4a3b95cbef82..d07aaa11a15e00422d827ef0273da71a5e3b95b4 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`::