No need for the abbreviation
This commit is contained in:
parent
cc027218c7
commit
14dccffd6c
|
@ -828,7 +828,7 @@ data types (not set == ``NULL``) or numeric flags (not set == ``-1``)::
|
||||||
int optimize; /* -O switch */
|
int optimize; /* -O switch */
|
||||||
|
|
||||||
/* Signal handling */
|
/* Signal handling */
|
||||||
int install_sig_handlers;
|
int install_signal_handlers;
|
||||||
|
|
||||||
/* Implicit execution */
|
/* Implicit execution */
|
||||||
PyUnicodeObject *startup_file; /* PYTHONSTARTUP */
|
PyUnicodeObject *startup_file; /* PYTHONSTARTUP */
|
||||||
|
|
Loading…
Reference in New Issue