We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a96169 commit e0a0071Copy full SHA for e0a0071
docs/user-guide/editor.md
@@ -61,8 +61,8 @@ The outcome of these code fragments should look something like this:
61
62
Hovering over the Python editor reveals the "run" button.
63
64
-Finally, it is possible to specify a target node into which the code editor is
65
-created:
+Finally, it is possible to specify a target node into which the output from
+`print` statements is directed:
66
67
```html title="Specify a target for the Python editor."
68
<script type="mpy-editor" target="editor">
0 commit comments