Skip to content

Commit

Permalink
Merge pull request #125 from yasoob/patch-1
Browse files Browse the repository at this point in the history
Update whatispex.rst
  • Loading branch information
wickman committed Jun 16, 2015
2 parents 27fa349 + cd92e05 commit 844936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whatispex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ will execute ``my_module/__main__.py`` if it exists.
Because of the flexibility of the Python import subsystem, ``python -m
my_module`` works regardless if ``my_module`` is on disk or within a zip
file. Adding ``#!/usr/bin/env python`` to the top of a .zip file containing
a ``__main__.py`` and and marking it executable will turn it into an
a ``__main__.py`` and marking it executable will turn it into an
executable Python program. pex takes advantage of this feature in order to
build executable .pex files. This is described more thoroughly in
`PEP 441 <https://www.python.org/dev/peps/pep-0441/>`_.
Expand Down

0 comments on commit 844936f

Please sign in to comment.