and another typo...

This commit is contained in:
Benjamin Peterson 2008-10-22 21:05:30 +00:00
parent 92be53911d
commit cd29e9d9e1
1 changed files with 1 additions and 2 deletions

View 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