From: Chris Jerdonek <chris.jerdonek@gmail.com>
Date: Thu, 11 Oct 2012 23:15:46 +0000 (-0700)
Subject: Issue #16199: Backport 2to3 typo fix from 3.2.
X-Git-Tag: v2.7.5~109^2~234
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aa5afab4e9ebac2c390e44bf0ac8b1778a0a1bc;p=python

Issue #16199: Backport 2to3 typo fix from 3.2.
---

diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 7942dd3cd6..a8b5b5c2bd 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`::