Skip to content

Commit a9490b9

Browse files
committed
Clean up pasteurize.py docstring
1 parent 87707b5 commit a9490b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pasteurize.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
pasteurize.py
44
=============
55
6-
Like Armin Ronacher's ``modernize.py``, but using the ``future`` package rather than a direct dependency on ``six``'.
7-
8-
pasteurize.py attempts to turn Py3 code into relatively clean Py3 code that is also
9-
compatible with Py2 when using the ``future`` package.
6+
pasteurize.py attempts to turn Py3 code into relatively clean Py3 code that is
7+
also compatible with Py2 when using the ``future`` package.
108
119
1210
Licensing

0 commit comments

Comments
 (0)