From a14e19704f483b74c42a19eeefdcf16ed7fbcb04 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:32:07 -0500 Subject: [PATCH] spelling: destination Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- python/src/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/ops.cpp b/python/src/ops.cpp index ea44868d6..3ea35d6da 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -1742,7 +1742,7 @@ void init_ops(py::module_& m) { "a"_a, py::pos_only(), "source"_a, - "destiantion"_a, + "destination"_a, py::kw_only(), "stream"_a = none, R"pbdoc(