Skip to content

Commit fded262

Browse files
committed
Tiny update to README
1 parent 69cb9a0 commit fded262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features
2525
.. image:: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
2626
:target: https://travis-ci.org/PythonCharmers/python-future
2727

28-
- ``future.builtins`` package provides backports and remappings for 19
28+
- ``future.builtins`` package provides backports and remappings for 20
2929
builtins with different semantics on Py3 versus Py2
3030

3131
- ``future.standard_library``, in conjunction with ``future.moves``, provides
@@ -34,8 +34,8 @@ Features
3434
- ``future.backports`` package provides backports from the Py3.3
3535
standard library
3636

37-
- ``past.builtins`` package provides forward-ports of Python 2 types and
38-
resurrects some Python 2 builtins (to aid with per-module code migrations)
37+
- ``past.builtins`` package provides forward-ports of 19 Python 2 types and
38+
builtin functions. These can aid with per-module code migrations.
3939

4040
- ``past.translation`` package supports transparent translation of Python 2
4141
modules to Python 3 upon import. [This feature is currently in alpha.]

0 commit comments

Comments
 (0)