From 56f9350445403f7eb35460c6df7ac450835a1389 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Thu, 18 Apr 2002 04:54:47 +0000 Subject: [PATCH] backport nnorwitz's patch: Fix grammar --- PC/w9xpopen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c index 31448fd81c79..8c063ac0c66c 100644 --- a/PC/w9xpopen.c +++ b/PC/w9xpopen.c @@ -19,9 +19,9 @@ #include 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 a stand-alone program."; int main(int argc, char *argv[]) { -- 2.47.3