diff --git a/src/PIL/Image.py b/src/PIL/Image.py index fbc24790a..f5005adbc 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -3262,7 +3262,8 @@ class SupportsArrayInterface(Protocol): class SupportsArrowArrayInterface(Protocol): """ - An object that has an ``__arrow_c_array__`` method corresponding to the arrow c data interface. + An object that has an ``__arrow_c_array__`` method corresponding to the arrow c + data interface. """ def __arrow_c_array__(