Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1793783 + 254da19 commit c75885bCopy full SHA for c75885b
1 file changed
Doc/library/2to3.rst
@@ -55,7 +55,7 @@ After transformation, :file:`example.py` looks like this::
55
Comments and exact indentation are preserved throughout the translation process.
56
57
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
+:option:`!-l` flag lists all available fixers. An explicit set of fixers to run
59
can be given with :option:`-f`. Likewise the :option:`!-x` explicitly disables a
60
fixer. The following example runs only the ``imports`` and ``has_key`` fixers::
61
0 commit comments