Skip to content

Commit 6a190c5

Browse files
committed
Update README.rst
1 parent e2e6043 commit 6a190c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features
2929
standard library
3030

3131
- ``future.moves`` package provides support for reorganized standard library
32-
modules (renames, not backports)
32+
modules (renames from native packages)
3333

3434
- ``past.builtins`` package provides forward-ports of Python 2 types and
3535
resurrects some Python 2 builtins (to aid with per-module code migrations)
@@ -138,7 +138,7 @@ hooks. The context-manager form works like this::
138138
import queue
139139

140140

141-
Automatic conversion to Py3/2-compatible code
141+
Automatic conversion to Py2/3-compatible code
142142
=============================================
143143

144144
``future`` comes with two scripts called ``futurize`` and

0 commit comments

Comments
 (0)