summaryrefslogtreecommitdiffstats
path: root/PC/w9xpopen.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-04-15 22:57:46 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-04-15 22:57:46 (GMT)
commitc15acef4a4ba251f4c4fff38665ebd1c2c81e5f2 (patch)
tree37f8bfbabc9ed18fcb04ef3beb84aae2ab831c09 /PC/w9xpopen.c
parentc9ad32c5d14f0ebd635e61b33b6d7d5a12440c1e (diff)
downloadcpython-c15acef4a4ba251f4c4fff38665ebd1c2c81e5f2.zip
cpython-c15acef4a4ba251f4c4fff38665ebd1c2c81e5f2.tar.gz
cpython-c15acef4a4ba251f4c4fff38665ebd1c2c81e5f2.tar.bz2
Fix grammar
Diffstat (limited to 'PC/w9xpopen.c')
-rw-r--r--PC/w9xpopen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c
index 31448fd..8c063ac 100644
--- a/PC/w9xpopen.c
+++ b/PC/w9xpopen.c
@@ -19,9 +19,9 @@
#include <stdio.h>
const char *usage =
-"This program is used by Python's os.popen function to\n"
+"This program is used by Python's os.popen function\n"
"to work around a limitation in Windows 95/98. It is\n"
-"not designed to be used as stand-alone program.";
+"not designed to be used as a stand-alone program.";
int main(int argc, char *argv[])
{