From 5b70a0ab9213cff9253b88464e4e5b87336dbc3b Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 21 Aug 2023 19:17:18 -0700 Subject: [PATCH] fix typo --- tutorials/plugins/running_code_in_the_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index 66802caa1..7528d9228 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -114,7 +114,7 @@ Here is how a ``_process()`` function might look for you: .. note:: Extending a ``@tool`` script does not automatically make the extending script - a ``@tool``. Ommitting ``@tool`` from the extending script will disable tool + a ``@tool``. Omitting ``@tool`` from the extending script will disable tool behavior from the super class. Therefore the extending script should also specify the ``@tool`` annotation.