From 11fd12e125fb6f04f88ffad69b75f059db6ff2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 18 Oct 2016 12:23:36 +0200 Subject: [PATCH] Fixed copy/paste error --- blender_cloud/blender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'