mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Correct a couple of unbalanced parenthesis. (GH-10779)
This commit is contained in:
parent
1ce853f377
commit
55f41e45b4
11 changed files with 15 additions and 15 deletions
|
@ -198,7 +198,7 @@ a buffer, see :c:func:`PyObject_GetBuffer`.
|
|||
indicates that no de-referencing should occur (striding in a contiguous
|
||||
memory block).
|
||||
|
||||
If all suboffsets are negative (i.e. no de-referencing is needed, then
|
||||
If all suboffsets are negative (i.e. no de-referencing is needed), then
|
||||
this field must be NULL (the default value).
|
||||
|
||||
This type of array representation is used by the Python Imaging Library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue