mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-18 10:00:59 -05:00
fix typos
This commit is contained in:
@@ -54,5 +54,5 @@
|
||||
self.addUint32(int(i[0]*divisor))
|
||||
self.addUint8(int(i[1]*divisor))
|
||||
else:
|
||||
raise Exception("Error: No such type as: " + subatomicType)
|
||||
raise Exception("Error: No such type as: " + str(subatomicType))
|
||||
return None
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
b = self.getUint8()
|
||||
retVal.append((a / float(divisor), b / float(divisor)))
|
||||
else:
|
||||
raise Exception("Error: No such type as: " + str(subAtomicType))
|
||||
raise Exception("Error: No such type as: " + str(subatomicType))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user