Fix typos.

This commit is contained in:
Thomas Heller 2008-01-15 18:58:47 +00:00
parent 7fc1e4f67d
commit 9184614867
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function pointers) to improve the way Python allows memory sharing in
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 @@ without that information, then a ``PyErr_BufferError`` should be raised.
================ ================= ==========================
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``