Skip to content

Commit e0a0071

Browse files
committed
Correct target behaviour.
1 parent 7a96169 commit e0a0071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The outcome of these code fragments should look something like this:
6161

6262
Hovering over the Python editor reveals the "run" button.
6363

64-
Finally, it is possible to specify a target node into which the code editor is
65-
created:
64+
Finally, it is possible to specify a target node into which the output from
65+
`print` statements is directed:
6666

6767
```html title="Specify a target for the Python editor."
6868
<script type="mpy-editor" target="editor">

0 commit comments

Comments
 (0)