From 0ddb83cac58052fd573d70aab8498ee7ef560908 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:38:38 -0500 Subject: [PATCH] spelling: optional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- python/src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/random.cpp b/python/src/random.cpp index 943370db5..f648a2714 100644 --- a/python/src/random.cpp +++ b/python/src/random.cpp @@ -212,7 +212,7 @@ void init_random(py::module_& parent_module) { upper (scalar or array): Upper bound of the domain. shape (list(int), optional): The shape of the output. Default is ``()``. - dtype (Dtype, optinoal): The data type of the output. + dtype (Dtype, optional): The data type of the output. Default is ``float32``. key (array, optional): A PRNG key. Default: None.