diff --git a/blender_cloud/blender.py b/blender_cloud/blender.py index c70b36b..f025710 100644 --- a/blender_cloud/blender.py +++ b/blender_cloud/blender.py @@ -410,7 +410,7 @@ class PILLAR_OT_subscribe(Operator): class PILLAR_OT_projects(async_loop.AsyncModalOperatorMixin, pillar.PillarOperatorMixin, Operator): - """Fetches the projects available to the user, and .""" + """Fetches the projects available to the user""" bl_idname = 'pillar.projects' bl_label = 'Fetch available projects'