@@ -52,7 +52,7 @@ an underscore::
5252
5353 import future.standard_library.http.client as http_client
5454
55- ``import_ `` and `` from_import `` functions
55+ ``import_ `` and from_import functions
5656-----------------------------------------
5757
5858A third option, which also works with two-level imports, is to use the
@@ -66,7 +66,7 @@ follows::
6666
6767 urlopen, urlsplit = from_import('urllib.request', 'urlopen', 'urlsplit')
6868
69- `` install_hooks() `` call
69+ install_hooks() call
7070------------------------
7171
7272The fourth (deprecated) interface to the reorganized standard library is via an
@@ -119,7 +119,7 @@ manager or one of the other import mechanisms (see above).
119119
120120
121121 List of standard library modules
122- ________________________________
122+ --------------------------------
123123
124124The modules available via ``future.moves `` are::
125125
@@ -150,16 +150,17 @@ The modules available via ``future.moves`` are::
150150.. Disabled: import test.support
151151
152152 Backports
153- ~~~~~~~~~
153+ ---------
154154
155155Backports of the following modules from Python 3.3's standard library to Python 2.x are also
156- currently available in ``future.standard_library `` but of alpha quality ::
156+ available in ``future.standard_library ``::
157157
158158 http.server
159159 urllib
160160 xmlrpc.client
161161 xmlrpc.server
162-
163- If you need the full backport of one of these, please open an issue `here
162+
163+ These are currently of alpha quality. If you need the full backport of one of
164+ these, please open an issue `here
164165<https://github.com/PythonCharmers/python-future> `_.
165166
0 commit comments