Skip to content

Commit af958fa

Browse files
committed
Merge pull request #104 from AvdN/patch-1
Update fixers.rst
2 parents 61bc680 + d0c0de2 commit af958fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/fixers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ removed to make the code compatible with Python 2.6.
1616
Some fixers rely on the latest release of the `six project`_ to work
1717
(see `Fixers requiring six`_).
1818
If you wish to turn off these fixers to avoid an external dependency on ``six``,
19-
then use the ``--nosix`` flag.
19+
then use the ``--no-six`` flag.
2020

2121
Fixers use the API defined by 2to3. For details of how this works, and how to
2222
implement your own fixers, see `Extending 2to3 with your own fixers, at
@@ -31,10 +31,10 @@ A default fixer will be enabled when:
3131
- Either no ``-f``/``--fix`` options are used, or ``-f default``/``--fix=default``
3232
is used, or the fixer is listed explicitly in an ``-f``/``--fix`` option; and
3333
- The fixer is not listed in an ``-x``/``--nofix`` option; and
34-
- For fixers that are dependent on the `six project`_, ``--nosix`` is *not* specified
34+
- For fixers that are dependent on the `six project`_, ``--no-six`` is *not* specified
3535
(see `Fixers requiring six`_).
3636

37-
The ``-x``/``--nofix`` and ``--nosix`` options always override fixers specified
37+
The ``-x``/``--nofix`` and ``--no-six`` options always override fixers specified
3838
using ``-f``/``--fix``. The ``--six-unicode`` and ``--future-unicode`` options
3939
also disable fixers that are not applicable for those options.
4040

0 commit comments

Comments
 (0)