Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index d652807e..c4a14ecd 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -823,7 +823,7 @@ asset_types = (
class BlenderkitKillDownloadOperator(bpy.types.Operator):
- """Kill a download."""
+ """Kill a download"""
bl_idname = "scene.blenderkit_download_kill"
bl_label = "BlenderKit Kill Asset Download"
bl_options = {'REGISTER', 'INTERNAL'}