summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-11 23:01:00 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-11 23:01:00 (GMT)
commitcaf380ac2a11cb13cc5595089c7fe28fc2738bba (patch)
tree6407023d60b32791c7130da61fd2f3ba408e9247
parent859947da97b34dd792141a8eb51d656e72b40690 (diff)
parent463974916dcaa915aa2500a4dace02f9a183df72 (diff)
downloadcpython-caf380ac2a11cb13cc5595089c7fe28fc2738bba.zip
cpython-caf380ac2a11cb13cc5595089c7fe28fc2738bba.tar.gz
cpython-caf380ac2a11cb13cc5595089c7fe28fc2738bba.tar.bz2
Issue #16199: Merge 2to3 typo fix from 3.2.
-rw-r--r--Doc/library/2to3.rst2
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`::