This commit is contained in:
Robin Dunn
2016-06-24 19:56:51 -07:00
parent 9dd8dd5adf
commit eb13e511ee

View File

@@ -271,7 +271,7 @@ def run():
#-----------------------------------------------------------------
# The insanceCode attribute is code that is used to make a default
# The instanceCode attribute is code that is used to make a default
# instance of the class. We can't create them using the same class in
# this case because they are abstract.