Improper indentation in getParentBoneName docstring.

I must say, the use of hard tab in the doc files is very annoying as it goes against what is done for the rest of the source code.
This commit is contained in:
2005-07-20 00:03:52 +00:00
parent 360b494fc8
commit 3e843f80d7

View File

@@ -358,7 +358,7 @@ class Object:
def getParentBoneName():
"""
Returns the object's parent object's sub name, or None.
For objects parented to bones, this is the name of the bone.
For objects parented to bones, this is the name of the bone.
@rtype: String
@return: The parent object sub-name of the object.
If not available, None will be returned.