fix the docstring

This commit is contained in:
Kayla Man 2023-06-14 14:02:29 +08:00
parent bfde7cba51
commit cb92481676

View file

@ -5,7 +5,7 @@ from pymxs import runtime as rt
class CollectMembers(pyblish.api.InstancePlugin):
"""Collect Render for Deadline."""
"""Collect Set Members."""
order = pyblish.api.CollectorOrder + 0.01
label = "Collect Instance Members"