diff options
| author | Martin Geisler <martin@geisler.net> | 2014-06-29 15:24:33 +0200 |
|---|---|---|
| committer | Martin Geisler <martin@geisler.net> | 2014-06-29 15:24:33 +0200 |
| commit | d1e6671ef6f2cc89df210122a4e5e67fa6e2c321 (patch) | |
| tree | 590cf3e94ee680442990f73a644617d5c4aa398b /docs/formats.txt | |
| parent | 721f392408ac0de7dd8e77afe8ed6c1f020b6416 (diff) | |
| download | python-setuptools-git-d1e6671ef6f2cc89df210122a4e5e67fa6e2c321.tar.gz | |
Spell check documentation
Diffstat (limited to 'docs/formats.txt')
| -rw-r--r-- | docs/formats.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index 36954bef..5c461ecb 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -349,7 +349,7 @@ of the project's "traditional" scripts (i.e., those specified using the ``scripts`` keyword to ``setup()``). This is so that they can be reconstituted when an ``.egg`` file is installed. -The scripts are placed here using the disutils' standard +The scripts are placed here using the distutils' standard ``install_scripts`` command, so any ``#!`` lines reflect the Python installation where the egg was built. But instead of copying the scripts to the local script installation directory, EasyInstall writes @@ -595,7 +595,7 @@ order to one another that is defined by their ``PYTHONPATH`` and The net result of these changes is that ``sys.path`` order will be as follows at runtime: -1. The ``sys.argv[0]`` directory, or an emtpy string if no script +1. The ``sys.argv[0]`` directory, or an empty string if no script is being executed. 2. All eggs installed by EasyInstall in any ``.pth`` file in each |
