source typo fixes pt3 (only on py3 merged code)
This commit is contained in:
@@ -306,7 +306,7 @@ class Box(DocumentObject):
|
||||
#---------------------------PRIVATE FUNCTIONS------------------------------
|
||||
#These function won't be present in the object (begin with '_')
|
||||
def _privateFunctionExample(self,attr):
|
||||
FreeCAD.Console.PrintMessage("The lenght : "+str(attr)+"\n")
|
||||
FreeCAD.Console.PrintMessage("The length : "+str(attr)+"\n")
|
||||
|
||||
def _recomputeShape(self):
|
||||
if hasattr(self,"Length") and hasattr(self,"Width") and hasattr(self,"Height"):
|
||||
|
||||
Reference in New Issue
Block a user