]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport nnorwitz's patch:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 04:54:47 +0000 (04:54 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 04:54:47 +0000 (04:54 +0000)
Fix grammar

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[])
 {