Skip to content

Commit 71a5604

Browse files
author
Drew O'Meara
committed
Module doc str
1 parent dbd54d8 commit 71a5604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func NewStore() *Store {
8484
}
8585
}
8686

87-
// A python Module object that has been initted for a given py.Ctx
87+
// Module is a runtime instance of a ModuleImpl bound the py.Ctx that imported it.
8888
type Module struct {
8989
ModuleInfo
9090

0 commit comments

Comments
 (0)