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.
2 parents 8f33bfb + 0ab3d1c commit 61bc680Copy full SHA for 61bc680
CHANGELOG.rst
@@ -3,7 +3,7 @@ Version 0.4
3
4
Changes since 0.3:
5
6
-* Documentation has been added.
+* `Documentation`_ has been added.
7
* All fixers are now idempotent, which allows modernize to safely be applied
8
more than once to the same source code.
9
* The option to include default fixers when ``-f`` options are used is now
@@ -39,6 +39,8 @@ Changes since 0.3:
39
Python 2.6, such as the ``except ... as`` construct, but this was not
40
documented.)
41
42
+.. _Documentation: http://python-modernize.readthedocs.org/en/latest/
43
+
44
45
Version 0.3
46
===========
0 commit comments