Skip to content

Commit beaf313

Browse files
glaukiol1sbinet
andcommitted
Update py/util.go
Co-authored-by: Sebastien Binet <[email protected]>
1 parent 31005d1 commit beaf313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func loadValue(src Object, data interface{}) error {
206206
return nil
207207
}
208208

209-
// print to gpythons stdout neatly
209+
// Println prints the provided strings to gpython's stdout.
210210
func Println(self Object, args ...string) (int, error) {
211211
sysModule, err := self.(*Module).Context.GetModule("sys")
212212
if err != nil {

0 commit comments

Comments
 (0)