summaryrefslogtreecommitdiffstats
path: root/Doc/library/2to3.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-10-22 21:05:30 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-10-22 21:05:30 (GMT)
commitcd29e9d9e148d8553b243b33fb3cdb8b64b9e003 (patch)
treef604d59e6fde0918b5c02b66e2908959bbd771ab /Doc/library/2to3.rst
parent92be53911d9d0a9bfbcd5dac12a64f1e9a206aea (diff)
downloadcpython-cd29e9d9e148d8553b243b33fb3cdb8b64b9e003.zip
cpython-cd29e9d9e148d8553b243b33fb3cdb8b64b9e003.tar.gz
cpython-cd29e9d9e148d8553b243b33fb3cdb8b64b9e003.tar.bz2
and another typo...
Diffstat (limited to 'Doc/library/2to3.rst')
-rw-r--r--Doc/library/2to3.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 8321080..40234ef 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