We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d475e67 commit 6afac99Copy full SHA for 6afac99
1 file changed
py/run.go
@@ -11,7 +11,7 @@ const (
11
type RunFlags int32
12
13
const (
14
- // RunOpts.FilePath is intelligently interepreted to load the appropriate pyc object (otherwise new code is generated from the implied .py file)
+ // RunOpts.FilePath is intelligently interpreted to load the appropriate pyc object (otherwise new code is generated from the implied .py file)
15
SmartCodeAcquire RunFlags = 0x01
16
)
17
0 commit comments