Fix typos.
This commit is contained in:
parent
7fc1e4f67d
commit
9184614867
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue