From: Benjamin Peterson Date: Wed, 22 Oct 2008 21:05:30 +0000 (+0000) Subject: and another typo... X-Git-Tag: v2.7a1~2710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd29e9d9e148d8553b243b33fb3cdb8b64b9e003;p=thirdparty%2FPython%2Fcpython.git and another typo... --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 8321080c1c0e..40234ef6362c 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -50,8 +50,7 @@ After transformation, :file:`example.py` looks like this:: name = input() greet(name) -Comments and and exact indentation are preserved throughout the translation -process. +Comments and exact indentation are preserved throughout the translation process. By default, 2to3 runs a set of predefined fixers. The :option:`-l` flag lists all available fixers. An explicit set of fixers to run can be given with