Small typo?

14 views
Skip to first unread message

Henry Vieira

unread,
Jul 13, 2011, 4:11:58 PM7/13/11
to Building Skills Books
In the first example of page 289 (Building Skills in Python, Release
2.6.5), I guess there is a missing "." before "__init__()". The
example should read:

class Subclass( Superclass ):
def __init__( self ):
super(Subclass,self).__init__()
# Subclass-specific stuff follows

Steven F. Lott

unread,
Jul 13, 2011, 4:29:32 PM7/13/11
to building-s...@googlegroups.com, Building Skills Books
Thanks!

Sent from my iPhone

Reply all
Reply to author
Forward
0 new messages