mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
This commit is contained in:
parent
e8db861f47
commit
254da19d0e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ After transformation, :file:`example.py` looks like this::
|
||||||
Comments 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 :ref:`predefined fixers <2to3-fixers>`. The
|
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
|
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::
|
fixer. The following example runs only the ``imports`` and ``has_key`` fixers::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue