Ben 1 anno fa
parent
commit
5b70a0ab92
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tutorials/plugins/running_code_in_the_editor.rst

+ 1 - 1
tutorials/plugins/running_code_in_the_editor.rst

@@ -114,7 +114,7 @@ Here is how a ``_process()`` function might look for you:
 .. note::
 .. note::
 
 
     Extending a ``@tool`` script does not automatically make the extending script
     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
     behavior from the super class. Therefore the extending script should also
     specify the ``@tool`` annotation.
     specify the ``@tool`` annotation.