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

index d96d0f5e5876dd0c0070803a739534df06d4cbf3..3b80db21464f7ccd5050580a52971c23734bacc5 100644 (file)
@@ -18,9 +18,9 @@
 #include <windows.h>
 
 const char *usage =
-"This program is used by Python's os.pipe 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[])
 {