From 254da19d0ea80faf9671d78b092eb14622510c1a Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Tue, 26 Jul 2016 06:46:06 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#26638:=20Don=E2=80=99t=20link=202to3?= =?UTF-8?q?=20-l=20option=20to=20the=20tarfile=20-l=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/library/2to3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 6fc28656b8f..f816946d67a 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -55,7 +55,7 @@ After transformation, :file:`example.py` looks like this:: Comments and exact indentation are preserved throughout the translation process. By default, 2to3 runs a set of :ref:`predefined fixers <2to3-fixers>`. The -:option:`-l` flag lists all available fixers. An explicit set of fixers to run +:option:`!-l` flag lists all available fixers. An explicit set of fixers to run can be given with :option:`-f`. Likewise the :option:`!-x` explicitly disables a fixer. The following example runs only the ``imports`` and ``has_key`` fixers::