David Rose 22 лет назад
Родитель
Сommit
3208ebadf6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      direct/src/showbase/LerpBlendHelpers.py

+ 1 - 1
direct/src/showbase/LerpBlendHelpers.py

@@ -14,7 +14,7 @@ noBlend = NoBlendType()
 
             
 def getBlend(blendType):
-    """__getBlend(string)
+    """getBlend(string)
     Return the C++ blend class corresponding to blendType string
     """
     # Note, this is temporary until blend functions get exposed