Correcting minor typo in exception string: Empyt->Empty

This commit is contained in:
Christopher Allan Webber 2012-12-02 11:33:32 -06:00
parent 7b8af389a9
commit c31a501066

View File

@ -40,7 +40,7 @@ class ThreeDee():
self.load(fileob)
if not len(self.verts):
raise ThreeDeeParseError("Empyt model.")
raise ThreeDeeParseError("Empty model.")
for vector in self.verts:
for i in range(3):