spelling: optional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:38:38 -05:00
parent 0219a05d1e
commit 0ddb83cac5

View File

@ -212,7 +212,7 @@ void init_random(py::module_& parent_module) {
upper (scalar or array): Upper bound of the domain. upper (scalar or array): Upper bound of the domain.
shape (list(int), optional): The shape of the output. shape (list(int), optional): The shape of the output.
Default is ``()``. Default is ``()``.
dtype (Dtype, optinoal): The data type of the output. dtype (Dtype, optional): The data type of the output.
Default is ``float32``. Default is ``float32``.
key (array, optional): A PRNG key. Default: None. key (array, optional): A PRNG key. Default: None.