mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix typos
This commit is contained in:
parent
e3a9436f07
commit
a45633710c
@ -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))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user