Skip to content

Commit 3e6151a

Browse files
committed
More doc tweaks
1 parent 88414fc commit 3e6151a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/standard_library_imports.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5858
A 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

7272
The 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

124124
The 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

155155
Backports 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

docs/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Many small improvements and fixes have been made across the project. Some highli
237237
file encoding declarations like ``# -*- coding=utf-8 -*-`` are no longer occasionally
238238
displaced by ``from __future__ import ...`` statements.
239239

240-
- Improved compatibility with py2exe (`issue #31 <https://github.com/PythonCharmers/python-future/issues/31>`).
240+
- Improved compatibility with py2exe (`issue #31 <https://github.com/PythonCharmers/python-future/issues/31>`_).
241241

242242

243243
.. whats-new-0.11.5:

0 commit comments

Comments
 (0)