Misc. typos
+ some are doxy others are just comment code. + some minor whitespace and grammatical tweaks. + app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
This commit is contained in:
@@ -189,7 +189,7 @@ class ViewProvider(object):
|
||||
"switches this object to invisible"
|
||||
self.__vobject__.hide()
|
||||
def isVisible(self):
|
||||
"shows wether this object is visible or invisible"
|
||||
"shows whether this object is visible or invisible"
|
||||
return self.__vobject__.isVisible()
|
||||
def toString(self):
|
||||
"returns a string representation of the coin node of this object"
|
||||
@@ -201,7 +201,7 @@ class ViewProvider(object):
|
||||
"leaves edit mode for this object"
|
||||
self.__vobject__.finishEditing()
|
||||
def isEditing(self):
|
||||
"shows wether this object is in edit mode"
|
||||
"shows whether this object is in edit mode"
|
||||
self.__vobject__.isEditing()
|
||||
def setTransformation(self,trsf):
|
||||
"defines a transformation for this object"
|
||||
|
||||
Reference in New Issue
Block a user