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.
-m fissix
1 parent 43a9fcd commit e8f7165Copy full SHA for e8f7165
README.rst
@@ -10,8 +10,9 @@ This library is a very thin wrapper around `fissix
10
to make Python 2 code more modern with the intention of eventually
11
porting it over to Python 3.
12
13
-The ``python -m modernize`` command works like `fissix
14
-<https://github.com/jreese/fissix>`_. Here's how you'd rewrite a
+The ``python -m modernize`` command works like
+``python -m fissix``, see `fissix <https://github.com/jreese/fissix>`_.
15
+Here's how you'd rewrite a
16
single file::
17
18
python -m modernize -w example.py
0 commit comments