Kaydet (Commit) cd29e9d9 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

and another typo...

üst 92be5391
...@@ -50,8 +50,7 @@ After transformation, :file:`example.py` looks like this:: ...@@ -50,8 +50,7 @@ After transformation, :file:`example.py` looks like this::
name = input() name = input()
greet(name) greet(name)
Comments and and exact indentation are preserved throughout the translation Comments and exact indentation are preserved throughout the translation process.
process.
By default, 2to3 runs a set of predefined fixers. The :option:`-l` flag lists 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 all available fixers. An explicit set of fixers to run can be given with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment