diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 15:59:32 -0700 |
|---|---|---|
| committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 15:59:32 -0700 |
| commit | aa51e17fe5b6603298c7bea8b1414d2a6474f718 (patch) | |
| tree | c058be570e619c77820c47e6c9707371bb44d155 | |
| parent | fb59271bc027aa98a258424c07fc29b6e1c3ba62 (diff) | |
| download | cpython-aa51e17fe5b6603298c7bea8b1414d2a6474f718.tar.gz | |
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
| -rw-r--r-- | Doc/library/2to3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a13fb65024..d07aaa11a1 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -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`:: |
