diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 06:47:09 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 06:47:09 (GMT) |
commit | c75885bb86f3d0956bf5dacab6a0b5d719753d6e (patch) | |
tree | fd4b02f0009e2a7e24f029e11f0dbdd3b535f7ce | |
parent | 17937832badd5cd97967ccc1fff3b4b45feeaba9 (diff) | |
parent | 254da19d0ea80faf9671d78b092eb14622510c1a (diff) | |
download | cpython-c75885bb86f3d0956bf5dacab6a0b5d719753d6e.zip cpython-c75885bb86f3d0956bf5dacab6a0b5d719753d6e.tar.gz cpython-c75885bb86f3d0956bf5dacab6a0b5d719753d6e.tar.bz2 |
Issue #26638: Merge CLI link fix from 3.5
-rw-r--r-- | Doc/library/2to3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 6fc2865..f816946 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:: |