Skip to content

Commit

Permalink
Fix minor typo in README.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickman committed Nov 22, 2014
1 parent 796038c commit d4f501a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pex is a library for generating .pex (Python EXecutable) files which are
executable Python environments in the spirit of `virtualenvs <http://virtualenv.org>`_.
pex is an expansion upon the ideas outlined in
`PEP 441 <http://legacy.python.org/dev/peps/pep-0441/>`_
and make the deployment of Python applications as simple as ``cp``. pex files may even
and makes the deployment of Python applications as simple as ``cp``. pex files may even
include multiple platform-specific Python distributions, meaning that a single pex file
can be portable across Linux and OS X.

Expand Down Expand Up @@ -54,7 +54,7 @@ Launch an interpreter with ``requests`` and ``flask`` in the environment:
Run webserver.py in an environment containing ``flask`` and the setup.py package in
the current working directory:

.. code-block:
.. code-block::
$ pex -r flask -s . -- webserver.py
Expand Down

0 comments on commit d4f501a

Please sign in to comment.