[Python-checkins] peps: PEP 446: fix typo

victor.stinner python-checkins at python.org
Sat Aug 10 01:12:08 CEST 2013


http://hg.python.org/peps/rev/8c5b39e616ac
changeset:   5045:8c5b39e616ac
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sat Aug 10 01:12:01 2013 +0200
summary:
  PEP 446: fix typo

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


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -546,7 +546,7 @@
   <http://bugs.python.org/issue16946>`_
 * `#17070: Use the new cloexec to improve security and avoid bugs
   <http://bugs.python.org/issue17070>`_
-* `#18571: Implementation of the PEP 446: non-inheriable file
+* `#18571: Implementation of the PEP 446: non-inheritable file
   descriptors <http://bugs.python.org/issue18571>`_
 
 Other links:

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


More information about the Python-checkins mailing list