Skip to content

Commit f659b57

Browse files
committed
doc
1 parent 936053e commit f659b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/core/import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
`import {classname} from {path}`
33

44
## Examples:
5-
`import Points from plugins.example.py`
5+
`import Points from plugins/example.py`
66

77
## Description:
8-
As with [script](script.md), `import` is a compiler directive that should be placed at the top of the script, under the [script](script.md) directive. I's used to call in a plugin language extension where needed. The example above is provided in the repository, to be used as a starting point for your own extra functionality.
8+
As with [script](script.md), `import` is a compiler directive that should be placed at the top of the script, under the [script](script.md) directive. It's used to call in a plugin language extension where needed. The example above is provided in the repository, to be used as a starting point for your own extra functionality.
99

1010
Next: [increment](increment.md)
1111
Prev: [if](if.md)

0 commit comments

Comments
 (0)