[Python-checkins] r59985 - peps/trunk/pep-3118.txt

thomas.heller python-checkins at python.org
Tue Jan 15 19:58:47 CET 2008


Author: thomas.heller
Date: Tue Jan 15 19:58:47 2008
New Revision: 59985

Modified:
   peps/trunk/pep-3118.txt
Log:
Fix typos.

Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt	(original)
+++ peps/trunk/pep-3118.txt	Tue Jan 15 19:58:47 2008
@@ -18,7 +18,7 @@
 Python 3.0
 
 In particular, it is proposed that the character buffer portion 
-of the API be elminated and the multiple-segment portion be 
+of the API be eliminated and the multiple-segment portion be 
 re-designed in conjunction with allowing for strided memory
 to be shared.   In addition, the new buffer interface will 
 allow the sharing of any multi-dimensional nature of the
@@ -218,7 +218,7 @@
    ================  =================  ==========================
    
    Care should be taken not to LOCK the buffer unless it is really
-   necessary (especially the exlcusive write lock) as it makes the
+   necessary (especially the exclusive write lock) as it makes the
    object unable to share its memory until the lock is released.
 
 ``PyBUF_FORMAT``


More information about the Python-checkins mailing list