]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammar
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 15 Apr 2002 22:57:46 +0000 (22:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 15 Apr 2002 22:57:46 +0000 (22:57 +0000)
PC/w9xpopen.c

index 31448fd81c798b698f32be53f711d7588d9fe6a8..8c063ac0c66c7f31d491ce200b28c1f46eac2c5b 100644 (file)
@@ -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 stand-alone program.";
 
 int main(int argc, char *argv[])
 {