From 463974916dcaa915aa2500a4dace02f9a183df72 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Thu, 11 Oct 2012 15:59:32 -0700 Subject: [PATCH] Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. --- Doc/library/2to3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a13fb650246..d07aaa11a15 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`::