formatting

This commit is contained in:
Dave Schuyler 2006-02-15 22:23:41 +00:00
parent 882f71a3d9
commit 9568ccfbb5

View File

@ -379,7 +379,7 @@
# user callable lerp methods
def lerpColor(self, *posArgs, **keyArgs):
"""lerpColor(self, *positionArgs, **keywordArgs)
"""
determine which lerpColor* to call based on arguments
"""
if (len(posArgs) == 2):