From cfe29cdf72dcf5fe3d0d6f3f8b3268b107afe31e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 28 Jan 2022 19:42:25 +0100 Subject: [PATCH] Fix title underline being too short in Running code in the editor --- 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 7bd7a6c6d..6d91ca34e 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -4,7 +4,7 @@ Running code in the editor ========================== What is ``@tool``? ------------------ +------------------ ``@tool`` is a powerful line of code that, when added at the top of your script, makes it execute in the editor. You can also decide which parts of the script