This commit is contained in:
Robin Dunn
2017-04-26 16:19:44 -07:00
parent 0b9aa6e58f
commit 43a4106c98

View File

@@ -20,7 +20,7 @@ def makeBlank(self):
#----------------------------------------------------------------------
# We'll use instaces of these classes to hold our music data. Items in the
# tree will get associated back to the coresponding Song or Genre object.
# tree will get associated back to the corresponding Song or Genre object.
class Song(object):
def __init__(self, id, artist, title, genre):