Skip to content

Commit 5aae218

Browse files
committed
Minor whitespace cleanup, split overly long line
1 parent 9f3b52a commit 5aae218

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,18 @@ $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh
9999

100100
Example
101101
-------
102+
102103
An example project which builds 32- and 64-bit wheels for each Python interpreter
103104
version can be found here: https://github.com/pypa/python-manylinux-demo.
104105

105106
This demonstrates how to use these docker images in conjunction with auditwheel
106107
to build manylinux-compatible wheels using the free `travis ci <https://travis-ci.org/>`_
107-
continuous integration service.
108+
continuous integration service.
108109

109-
(NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110+
(NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110111
everything under the command line program `linux32`, which changes reported architecture
111-
in new program environment. See `this example invocation <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14>`_)
112+
in new program environment. See `this example invocation
113+
<https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14>`_)
112114

113115
The PEP itself
114116
--------------

0 commit comments

Comments
 (0)