No need for the abbreviation

This commit is contained in:
Nick Coghlan 2013-01-13 17:24:10 +10:00
parent cc027218c7
commit 14dccffd6c
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ data types (not set == ``NULL``) or numeric flags (not set == ``-1``)::
int optimize; /* -O switch */
/* Signal handling */
int install_sig_handlers;
int install_signal_handlers;
/* Implicit execution */
PyUnicodeObject *startup_file; /* PYTHONSTARTUP */