commit | 50ae47b0dedcd4f8bda2722514ddeae09266f8da | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Apr 05 19:26:16 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Apr 05 19:26:16 1999 +0000 |
tree | d41228f2e6456ca9ab2f553c8512c12134fe83b4 | |
parent | 1dc3a501a67e369139002991e13465ac914eb28b [diff] |
Removed bosities around example code; not sure where that stuff crept in!
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex index ad4bf89..1f55e84 100644 --- a/Doc/lib/libstat.tex +++ b/Doc/lib/libstat.tex
@@ -109,15 +109,8 @@ print 'Skipping %s/%s' % (dir, f) def f(file): --Egon - - - print 'frobbed', file -if __name__ == '__main__': process(sys.argv[1], f) +if __name__ == '__main__': + process(sys.argv[1], f) \end{verbatim} - --Egon - -