Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c15acef

Browse files
committed
Fix grammar
1 parent c9ad32c commit c15acef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/w9xpopen.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include <stdio.h>
2020

2121
const char *usage =
22-
"This program is used by Python's os.popen function to\n"
22+
"This program is used by Python's os.popen function\n"
2323
"to work around a limitation in Windows 95/98. It is\n"
24-
"not designed to be used as stand-alone program.";
24+
"not designed to be used as a stand-alone program.";
2525

2626
int main(int argc, char *argv[])
2727
{

0 commit comments

Comments
 (0)