From acde6e476aaf948f737f6266cc2d5c0f42b2f8b0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:49:37 -0500 Subject: [PATCH] spelling: basically 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 8da45e0eb..ea44868d6 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -3050,7 +3050,7 @@ void init_ops(py::module_& m) { Round to the given number of decimals. - Bascially performs: + Basically performs: .. code-block:: python