]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
authorMartin Panter <vadmium+py@gmail.com>
Tue, 26 Jul 2016 06:46:06 +0000 (06:46 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Tue, 26 Jul 2016 06:46:06 +0000 (06:46 +0000)
Doc/library/2to3.rst

index 6fc28656b8f16608c80b94c787b1e3abe20f2980..f816946d67ac0b781b0c1d524648fd39142241b8 100644 (file)
@@ -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::