mirror of
https://github.com/python/cpython.git
synced 2025-11-10 22:36:18 +00:00
Issue #16199: Merge 2to3 typo fix from 3.2.
This commit is contained in:
commit
caf380ac2a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Using 2to3
|
||||||
also located in the :file:`Tools/scripts` directory of the Python root.
|
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
|
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`::
|
Here is a sample Python 2.x source file, :file:`example.py`::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue