Skip to content
Merged
Prev Previous commit
Next Next commit
Update examples/embedding/mylib.module.go
Co-authored-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
drew-512 and sbinet authored Feb 12, 2022
commit cdf3d5b44c0349a4218051c557fc1a8b9be34dcf
2 changes: 1 addition & 1 deletion examples/embedding/mylib.module.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {
Globals: py.StringDict{
"PY_VERSION": py.String("Python 3.4 (github.com/go-python/gpython)"),
"GO_VERSION": py.String(fmt.Sprintf("%s on %s %s", runtime.Version(), runtime.GOOS, runtime.GOARCH)),
"MYLIB_VERS": py.String("Vacaton 1.0 by Fletch F. Fletcher"),
"MYLIB_VERS": py.String("Vacation 1.0 by Fletch F. Fletcher"),
},
})
}
Expand Down