Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f54fe59

Browse files
committedNov 22, 2020
README: fix typo/grammar
1 parent a03b9e9 commit f54fe59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎README.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ the only supported platform is ``x86_64``.
1111
.. _`Docker image`: https://hub.docker.com/r/pypywheels/manylinux2010-pypy_x86_64
1212
.. _manylinux: https://github.com/pypa/manylinux
1313

14-
At the moment of writing, this image provide the following versions of
15-
PyPy:
14+
At the moment of writing, this image provides the following versions of PyPy:
1615

1716
- PyPy2.7 7.3.3
1817

@@ -27,7 +26,7 @@ PyPy:
2726
Live example
2827
-------------
2928

30-
`pypy-manylinux-demo`_ is an example project which demonstrate how to build
29+
`pypy-manylinux-demo`_ is an example project which demonstrates how to build
3130
CPython and PyPy wheels using Travis CI and this image. It is a fork of the
3231
official `python-manylinux-demo`, and shows that building wheels for PyPy is
3332
as easy as changing the image name!
@@ -42,7 +41,7 @@ The various PyPy versions are installed inside ``/opt/pypy/``, and they are
4241
also symlinked to ``/opt/python``. Moreover, each installation of PyPy
4342
contains also a ``python`` symlink.
4443

45-
All the following commands are equivalent and run the PyPy 2.7, version
44+
All the following commands are equivalent and will run PyPy 2.7, version
4645
7.3.3. You can use whatever fits best in your build system:
4746

4847
- ``/opt/pypy/pypy2.7-7.3.3/bin/pypy``

0 commit comments

Comments
 (0)
This repository has been archived.