aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-01 11:09:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-01 11:09:10 -0500
commitf43351575a3f92cd5422973a03c577f787c5898c (patch)
tree919f4a5018fea201dc87b484b9588575ccbe463d
parent17f9e3abbd8b6ed2e1bb941f9f37659d9bf757f0 (diff)
downloadexternal_python_setuptools-f43351575a3f92cd5422973a03c577f787c5898c.tar.gz
external_python_setuptools-f43351575a3f92cd5422973a03c577f787c5898c.tar.bz2
external_python_setuptools-f43351575a3f92cd5422973a03c577f787c5898c.zip
Update docs
-rw-r--r--setuptools/tests/test_windows_wrappers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_windows_wrappers.py b/setuptools/tests/test_windows_wrappers.py
index 29aa9c6d..0e165bd9 100644
--- a/setuptools/tests/test_windows_wrappers.py
+++ b/setuptools/tests/test_windows_wrappers.py
@@ -3,7 +3,7 @@ Python Script Wrapper for Windows
=================================
setuptools includes wrappers for Python scripts that allows them to be
-executed like regular windows programs. There are 2 wrappers, once
+executed like regular windows programs. There are 2 wrappers, one
for command-line programs, cli.exe, and one for graphical programs,
gui.exe. These programs are almost identical, function pretty much
the same way, and are generated from the same source file. The
@@ -69,7 +69,7 @@ class TestCLI(WrapperTester):
When the copy of cli.exe, foo.exe in this example, runs, it examines
the path name it was run with and computes a Python script path name
by removing the '.exe' suffix and adding the '-script.py' suffix. (For
- GUI programs, the suffix '-script-pyw' is added.) This is why we
+ GUI programs, the suffix '-script.pyw' is added.) This is why we
named out script the way we did. Now we can run out script by running
the wrapper: