PEP 446: typo

This commit is contained in:
Victor Stinner 2013-07-07 15:10:39 +02:00
parent 010039d965
commit 8278ceed77
1 changed files with 2 additions and 2 deletions

View File

@ -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