Skip to content

Commit 2ee3956

Browse files
author
Drew O'Meara
committed
spacbar drama awaits us all
1 parent eb19c67 commit 2ee3956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/traceback.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RuntimeError: this is the error message
5252
func (tb *Traceback) TracebackDump(w io.Writer) {
5353
for ; tb != nil; tb = tb.Next {
5454
fmt.Fprintf(w, " File %q, line %d, in %s\n", tb.Frame.Code.Filename, tb.Lineno, tb.Frame.Code.Name)
55-
//fmt.Fprintf(w, " %s\n", "FIXME line of source goes here")
55+
//fmt.Fprintf(w, " %s\n", "FIXME line of source goes here")
5656
}
5757
}
5858

0 commit comments

Comments
 (0)