Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50ae47b

Browse files
committed
Removed bosities around example code; not sure where that stuff crept
in!
1 parent 1dc3a50 commit 50ae47b

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Doc/lib/libstat.tex

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,8 @@ \section{\module{stat} ---
109109
print 'Skipping %s/%s' % (dir, f)
110110
111111
def f(file):
112-
-Egon
113-
114-
115-
116112
print 'frobbed', file
117113
118-
if __name__ == '__main__': process(sys.argv[1], f)
114+
if __name__ == '__main__':
115+
process(sys.argv[1], f)
119116
\end{verbatim}
120-
121-
-Egon
122-
123-

0 commit comments

Comments
 (0)