From 8278ceed7722d2d71382c78cf2a693c061b9c9e2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 7 Jul 2013 15:10:39 +0200 Subject: [PATCH] PEP 446: typo --- pep-0446.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0446.txt b/pep-0446.txt index ea1336573..c83c7eae4 100644 --- a/pep-0446.txt +++ b/pep-0446.txt @@ -174,8 +174,8 @@ This PEP has a well defined behaviour (the default value of the new backward compatibility issue), and is much simpler. -Add blocking parameter for file descriptors and Windows overlapped I/O ----------------------------------------------------------------------- +Add blocking parameter for file descriptors and use Windows overlapped I/O +-------------------------------------------------------------------------- Windows supports non-blocking operations on files using an extension of the Windows API called "Overlapped I/O". Using this extension requires