Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.

This commit is contained in:
Chris Jerdonek 2012-10-11 15:59:32 -07:00
parent 0b960f5a58
commit 463974916d
1 changed files with 1 additions and 1 deletions

View 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`::