Skip to content

Commit f2602bc

Browse files
author
Drew O'Meara
committed
docs tweaks
1 parent 36b1018 commit f2602bc

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
@@ -50,7 +50,7 @@ type CompileOpts struct {
5050
CurDir string // If non-empty, this is the path of the current working directory. If empty, os.Getwd() is used.
5151
}
5252

53-
// CompileOut is the output object of high-level compilation, e.g. ResolveAndCompile()
53+
// CompileOut the output of high-level compilation -- e.g. ResolveAndCompile()
5454
type CompileOut struct {
5555
SrcPathname string // Resolved pathname the .py file that was compiled (if applicable)
5656
PycPathname string // Pathname of the .pyc file read and/or written (if applicable)

0 commit comments

Comments
 (0)