]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
and another typo...
authorBenjamin Peterson <benjamin@python.org>
Wed, 22 Oct 2008 21:05:30 +0000 (21:05 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 22 Oct 2008 21:05:30 +0000 (21:05 +0000)
Doc/library/2to3.rst

index 8321080c1c0ee833c2018fa285829838fd32cd02..40234ef6362c68824f7c1574d9e2aafe2a3730ed 100644 (file)
@@ -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