mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Typo fixes
This commit is contained in:
parent
351e1a3e88
commit
7ce9b18460
3 changed files with 4 additions and 4 deletions
|
@ -1065,11 +1065,11 @@ static PyStructSequence_Field flags_fields[] = {
|
|||
{"dont_write_bytecode", "-B"},
|
||||
/* {"no_user_site", "-s"}, */
|
||||
{"no_site", "-S"},
|
||||
{"ingnore_environment", "-E"},
|
||||
{"ignore_environment", "-E"},
|
||||
{"tabcheck", "-t or -tt"},
|
||||
{"verbose", "-v"},
|
||||
#ifdef RISCOS
|
||||
{"ricos_wimp", "???"},
|
||||
{"riscos_wimp", "???"},
|
||||
#endif
|
||||
/* {"unbuffered", "-u"}, */
|
||||
{"unicode", "-U"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue