summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-26 06:46:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-26 06:46:06 (GMT)
commit254da19d0ea80faf9671d78b092eb14622510c1a (patch)
treecd31ec20a5dc5cf8fd91f5c6bfd663f9b47072e1 /Doc
parente8db861f4743fa1702c3119c219c821790e11a9c (diff)
downloadcpython-254da19d0ea80faf9671d78b092eb14622510c1a.zip
cpython-254da19d0ea80faf9671d78b092eb14622510c1a.tar.gz
cpython-254da19d0ea80faf9671d78b092eb14622510c1a.tar.bz2
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/2to3.rst2
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::