Skip to content

Commit af3d26e

Browse files
committed
Merge pull request #139 from michaeljoseph/patch-1
Correct `install_aliases`
2 parents ef40bcd + 209d0e1 commit af3d26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ one of several mechanisms, allowing most moved standard library modules
9494
to be accessed under their Python 3 names and locations in Python 2::
9595
9696
from future import standard_library
97-
standard_library.aliases()
97+
standard_library.install_aliases()
9898

9999
# Then these Py3-style imports work on both Python 2 and Python 3:
100100
import socketserver

0 commit comments

Comments
 (0)