Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c75885b

Browse files
committed
Issue #26638: Merge CLI link fix from 3.5
2 parents 1793783 + 254da19 commit c75885b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/2to3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ After transformation, :file:`example.py` looks like this::
5555
Comments and exact indentation are preserved throughout the translation process.
5656

5757
By default, 2to3 runs a set of :ref:`predefined fixers <2to3-fixers>`. The
58-
:option:`-l` flag lists all available fixers. An explicit set of fixers to run
58+
:option:`!-l` flag lists all available fixers. An explicit set of fixers to run
5959
can be given with :option:`-f`. Likewise the :option:`!-x` explicitly disables a
6060
fixer. The following example runs only the ``imports`` and ``has_key`` fixers::
6161

0 commit comments

Comments
 (0)