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 fc4c24c commit ce233b4Copy full SHA for ce233b4
1 file changed
Modules/main.c
@@ -62,7 +62,7 @@ static char *usage_2 = "\
62
-S : don't imply 'import site' on initialization\n\
63
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
64
-u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
65
- see man page for details on internal buffering relating to "-u"\n\
+ see man page for details on internal buffering relating to '-u'\n\
66
";
67
static char *usage_3 = "\
68
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\
0 commit comments