Correct a couple of unbalanced parenthesis. (GH-10779)

This commit is contained in:
Andre Delfino 2018-12-05 16:45:30 -03:00 committed by Serhiy Storchaka
parent 1ce853f377
commit 55f41e45b4
11 changed files with 15 additions and 15 deletions

View file

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