diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 23:13:45 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 23:13:45 (GMT) |
commit | 5856e1c318cecf2383a6df6b509d212fefb55082 (patch) | |
tree | 073f5b2b38d8f48b7c8529d6427f968c5481e52d | |
parent | e33f20c4e9b874ec2d9125633eef89549a8e8d7b (diff) | |
parent | caf380ac2a11cb13cc5595089c7fe28fc2738bba (diff) | |
download | cpython-5856e1c318cecf2383a6df6b509d212fefb55082.zip cpython-5856e1c318cecf2383a6df6b509d212fefb55082.tar.gz cpython-5856e1c318cecf2383a6df6b509d212fefb55082.tar.bz2 |
Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge).
-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 a13fb65..d07aaa1 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`:: |