From: Neal Norwitz Date: Sun, 28 Jul 2002 13:53:05 +0000 (+0000) Subject: Fix last checkin, can't use " inside a string X-Git-Tag: v2.3c1~4850 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce233b462dfa5b588cf8ae3343bfd673f8d3b2e3;p=thirdparty%2FPython%2Fcpython.git Fix last checkin, can't use " inside a string --- diff --git a/Modules/main.c b/Modules/main.c index 71b5464e4aa5..cc07c29a0221 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -62,7 +62,7 @@ static char *usage_2 = "\ -S : don't imply 'import site' on initialization\n\ -t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\ -u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\ - see man page for details on internal buffering relating to "-u"\n\ + see man page for details on internal buffering relating to '-u'\n\ "; static char *usage_3 = "\ -v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\