mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
update docstring
This commit is contained in:
parent
31649a32b2
commit
9d02931c11
@ -64,5 +64,5 @@ class array2d(Generic[T]):
|
||||
def find_bounding_rect(self, value: T) -> tuple[int, int, int, int]:
|
||||
"""Finds the bounding rectangle of the given value.
|
||||
|
||||
Returns a tuple `(x, y, width, height)` or `None` if the value is not found.
|
||||
Returns a tuple `(x, y, width, height)` or raise `ValueError` if the value is not found.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user