[Python-checkins] peps: No need for the abbreviation

nick.coghlan python-checkins at python.org
Sun Jan 13 08:24:18 CET 2013


http://hg.python.org/peps/rev/4f996a14d315
changeset:   4671:4f996a14d315
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Jan 13 17:24:10 2013 +1000
summary:
  No need for the abbreviation

files:
  pep-0432.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0432.txt b/pep-0432.txt
--- a/pep-0432.txt
+++ b/pep-0432.txt
@@ -828,7 +828,7 @@
         int optimize;        /* -O switch */
 
         /* Signal handling */
-        int install_sig_handlers;
+        int install_signal_handlers;
 
         /* Implicit execution */
         PyUnicodeObject *startup_file;  /* PYTHONSTARTUP */

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list