Skip to content

Commit 6b0416a

Browse files
committed
Recommend version 1.8.0 or later of six.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent d466054 commit 6b0416a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ single file::
1616
python-modernize -w example.py
1717

1818
It does not guarantee, but it attempts to spit out a codebase compatible
19-
with Python 2.6+ or Python 3. The code that it generates has a runtime
19+
with Python 2.6+ or Python 3. The code that it generates has a runtime
2020
dependency on `six <https://pypi.python.org/pypi/six>`_, unless the
21-
``--no-six`` option is used. Some of the fixers output code that is not
22-
compatible with Python 2.5 or lower.
21+
``--no-six`` option is used. Version 1.8.0 or later of ``six`` is
22+
recommended. Some of the fixers output code that is not compatible with
23+
Python 2.5 or lower.
2324

2425
See the ``LICENSE`` file for the license of ``python-modernize``.
2526
Using this tool does not affect licensing of the modernized code.

0 commit comments

Comments
 (0)