diff --git a/doc/python/corrade.containers.rst b/doc/python/corrade.containers.rst index ed77e98..6ac9aaf 100644 --- a/doc/python/corrade.containers.rst +++ b/doc/python/corrade.containers.rst @@ -143,7 +143,7 @@ :ref:`format ` is not one of :py:`'b'`, :py:`'B'`, :py:`'h'`, :py:`'H'`, :py:`'i'`, :py:`'I'`, :py:`'q'`, :py:`'Q'`, :py:`'f'` or :py:`'d'` -.. py:function:: corrade.containers.MutableStridedArrayView1D.__setitem__(self, i: int, value: handle) +.. py:function:: corrade.containers.MutableStridedArrayView1D.__setitem__(self, i: int, value: object) :raise IndexError: If :p:`i` is out of range :raise NotImplementedError: If the view was created from a buffer and :ref:`format ` is not one of @@ -191,7 +191,7 @@ :ref:`format ` is not one of :py:`'b'`, :py:`'B'`, :py:`'h'`, :py:`'H'`, :py:`'i'`, :py:`'I'`, :py:`'q'`, :py:`'Q'`, :py:`'f'` or :py:`'d'` -.. py:function:: corrade.containers.MutableStridedArrayView2D.__setitem__(self, i: tuple[int, int], value: handle) +.. py:function:: corrade.containers.MutableStridedArrayView2D.__setitem__(self, i: tuple[int, int], value: object) :raise IndexError: If :p:`i` is out of range :raise NotImplementedError: If the view was created from a buffer and :ref:`format ` is not one of @@ -242,7 +242,7 @@ :ref:`format ` is not one of :py:`'b'`, :py:`'B'`, :py:`'h'`, :py:`'H'`, :py:`'i'`, :py:`'I'`, :py:`'q'`, :py:`'Q'`, :py:`'f'` or :py:`'d'` -.. py:function:: corrade.containers.MutableStridedArrayView3D.__setitem__(self, i: tuple[int, int, int], value: handle) +.. py:function:: corrade.containers.MutableStridedArrayView3D.__setitem__(self, i: tuple[int, int, int], value: object) :raise IndexError: If :p:`i` is out of range :raise NotImplementedError: If the view was created from a buffer and :ref:`format ` is not one of @@ -291,7 +291,7 @@ :ref:`format ` is not one of :py:`'b'`, :py:`'B'`, :py:`'h'`, :py:`'H'`, :py:`'i'`, :py:`'I'`, :py:`'q'`, :py:`'Q'`, :py:`'f'` or :py:`'d'` -.. py:function:: corrade.containers.MutableStridedArrayView4D.__setitem__(self, i: tuple[int, int, int, int], value: handle) +.. py:function:: corrade.containers.MutableStridedArrayView4D.__setitem__(self, i: tuple[int, int, int, int], value: object) :raise IndexError: If :p:`i` is out of range :raise NotImplementedError: If the view was created from a buffer and :ref:`format ` is not one of