mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
fix typos
This commit is contained in:
parent
e3a9436f07
commit
a45633710c
@ -54,5 +54,5 @@
|
|||||||
self.addUint32(int(i[0]*divisor))
|
self.addUint32(int(i[0]*divisor))
|
||||||
self.addUint8(int(i[1]*divisor))
|
self.addUint8(int(i[1]*divisor))
|
||||||
else:
|
else:
|
||||||
raise Exception("Error: No such type as: " + subatomicType)
|
raise Exception("Error: No such type as: " + str(subatomicType))
|
||||||
return None
|
return None
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
b = self.getUint8()
|
b = self.getUint8()
|
||||||
retVal.append((a / float(divisor), b / float(divisor)))
|
retVal.append((a / float(divisor), b / float(divisor)))
|
||||||
else:
|
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