Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
README: fix typo/grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 22, 2020
1 parent a03b9e9 commit f54fe59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ the only supported platform is ``x86_64``.
.. _`Docker image`: https://hub.docker.com/r/pypywheels/manylinux2010-pypy_x86_64
.. _manylinux: https:/pypa/manylinux

At the moment of writing, this image provide the following versions of
PyPy:
At the moment of writing, this image provides the following versions of PyPy:

- PyPy2.7 7.3.3

Expand All @@ -27,7 +26,7 @@ PyPy:
Live example
-------------

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

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

- ``/opt/pypy/pypy2.7-7.3.3/bin/pypy``
Expand Down

0 comments on commit f54fe59

Please sign in to comment.