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

Skip to content

Commit ce233b4

Browse files
committed
Fix last checkin, can't use " inside a string
1 parent fc4c24c commit ce233b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static char *usage_2 = "\
6262
-S : don't imply 'import site' on initialization\n\
6363
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
6464
-u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
65-
see man page for details on internal buffering relating to "-u"\n\
65+
see man page for details on internal buffering relating to '-u'\n\
6666
";
6767
static char *usage_3 = "\
6868
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\

0 commit comments

Comments
 (0)