Fix typo
This commit is contained in:
committed by
Yorik van Havre
parent
2fe675a94a
commit
76cb674fbb
@@ -1493,7 +1493,7 @@ def move(objectslist,vector,copy=False):
|
||||
in objects (that can be an object or a list of objects)
|
||||
in the direction and distance indicated by the given
|
||||
vector. If copy is True, the actual objects are not moved, but copies
|
||||
are created instead.he objects (or their copies) are returned.'''
|
||||
are created instead. The objects (or their copies) are returned.'''
|
||||
typecheck([(vector,Vector), (copy,bool)], "move")
|
||||
if not isinstance(objectslist,list): objectslist = [objectslist]
|
||||
objectslist.extend(getMovableChildren(objectslist))
|
||||
|
||||
Reference in New Issue
Block a user