diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 23:15:46 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-11 23:15:46 (GMT) |
commit | 2aa5afab4e9ebac2c390e44bf0ac8b1778a0a1bc (patch) | |
tree | f8f7dee498159758ba379faed10d7684bf37255d | |
parent | c1924ab729aeb380f63a7b1c8fcb61599f272300 (diff) | |
download | cpython-2aa5afab4e9ebac2c390e44bf0ac8b1778a0a1bc.zip cpython-2aa5afab4e9ebac2c390e44bf0ac8b1778a0a1bc.tar.gz cpython-2aa5afab4e9ebac2c390e44bf0ac8b1778a0a1bc.tar.bz2 |
Issue #16199: Backport 2to3 typo fix from 3.2.
-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 7942dd3..a8b5b5c 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`:: |