Skip to content

Commit f373ff0

Browse files
authored
Merge pull request #52 from snavely/patch-1
Fixing minor typo in Scene set_pose() method documentation.
2 parents 6a76e09 + 4d8d834 commit f373ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrender/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def get_pose(self, node):
464464
return pose
465465

466466
def set_pose(self, node, pose):
467-
"""Get the local-frame pose of a node in the scene.
467+
"""Set the local-frame pose of a node in the scene.
468468
469469
Parameters
470470
----------

0 commit comments

Comments
 (0)