Skip to content

Commit 6680729

Browse files
committed
refine purpose
1 parent 2abb4bd commit 6680729

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
:alt: PyPI
2020
:target: https://pypi.org/project/modernize/
2121

22+
Modernize is a Python program that reads Python 2 source code
23+
and applies a series of fixers to transform it into source code
24+
that is valid on both Python 3 and Python 2.7.
25+
2226
This library is a very thin wrapper around `fissix
23-
<https://github.com/jreese/fissix>`_, a fork of lib2to3, to utilize it
24-
to make Python 2 code more modern with the intention of eventually
25-
porting it over to Python 3.
27+
<https://github.com/jreese/fissix>`_, a fork of lib2to3.
2628

2729
The ``python -m modernize`` command works like
2830
``python -m fissix``, see `fissix <https://github.com/jreese/fissix>`_.

docs/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Purpose of the project
1313
======================
1414

1515
.. TODO Explain WHY someone would want to have their code be Python 2/3 compatible
16+
Modernize is a Python program that reads Python 2 source code
17+
and applies a series of fixers to transform it into source code
18+
that is valid on both Python 3 and Python 2.7.
19+
1620
This library is a very thin wrapper around `fissix
17-
<https://github.com/jreese/fissix>`_, a fork of lib2to3, to utilize it
18-
to make Python 2 code more modern with the intention of eventually
19-
porting it over to Python 3.
21+
<https://github.com/jreese/fissix>`_, a fork of lib2to3.
2022

2123
The ``python -m modernize`` command works like
2224
``python -m fissix``, see `fissix <https://github.com/jreese/fissix>`_.

0 commit comments

Comments
 (0)