[Python-checkins] peps: PEP 446: fix reST syntax

victor.stinner python-checkins at python.org
Mon Aug 12 03:31:43 CEST 2013


http://hg.python.org/peps/rev/021e2cef281e
changeset:   5054:021e2cef281e
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Aug 12 03:31:34 2013 +0200
summary:
  PEP 446: fix reST syntax

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
@@ -335,7 +335,7 @@
 Summary:
 
 ===========================  ================  ==================  =============
-Module                       FD on UNIX         Handles on Windows  FD on Windows
+Module                       FD on UNIX        Handles on Windows  FD on Windows
 ===========================  ================  ==================  =============
 subprocess, default          STD, pass_fds     none                STD
 subprocess, replace stdout   STD, pass_fds     all                 STD

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


More information about the Python-checkins mailing list