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

Skip to content

Commit faac013

Browse files
committed
# Untabified the example :-(
1 parent bca1207 commit faac013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libtraceback.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ \section{Standard Module \module{traceback}}
144144
exec source in envdir
145145
except:
146146
print "Exception in user code:"
147-
print '-'*60
147+
print '-'*60
148148
traceback.print_exc(file=sys.stdout)
149-
print '-'*60
149+
print '-'*60
150150
151151
envdir = {}
152152
while 1:

0 commit comments

Comments
 (0)