Skip to content

Commit 6afac99

Browse files
drew-512sbinet
andauthored
Update py/run.go
Co-authored-by: Sebastien Binet <binet@cern.ch>
1 parent d475e67 commit 6afac99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
type RunFlags int32
1212

1313
const (
14-
// RunOpts.FilePath is intelligently interepreted to load the appropriate pyc object (otherwise new code is generated from the implied .py file)
14+
// RunOpts.FilePath is intelligently interpreted to load the appropriate pyc object (otherwise new code is generated from the implied .py file)
1515
SmartCodeAcquire RunFlags = 0x01
1616
)
1717

0 commit comments

Comments
 (0)