Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ad32c commit c15acefCopy full SHA for c15acef
1 file changed
PC/w9xpopen.c
@@ -19,9 +19,9 @@
19
#include <stdio.h>
20
21
const char *usage =
22
-"This program is used by Python's os.popen function to\n"
+"This program is used by Python's os.popen function\n"
23
"to work around a limitation in Windows 95/98. It is\n"
24
-"not designed to be used as stand-alone program.";
+"not designed to be used as a stand-alone program.";
25
26
int main(int argc, char *argv[])
27
{
0 commit comments