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 'power_sequencer/operators/select_all_left_or_right.py')
-rw-r--r--power_sequencer/operators/select_all_left_or_right.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/power_sequencer/operators/select_all_left_or_right.py b/power_sequencer/operators/select_all_left_or_right.py
index 9f570b4b..01e35306 100644
--- a/power_sequencer/operators/select_all_left_or_right.py
+++ b/power_sequencer/operators/select_all_left_or_right.py
@@ -21,7 +21,7 @@ from .utils.doc import doc_name, doc_idname, doc_brief, doc_description
class POWER_SEQUENCER_OT_select_all_left_or_right(bpy.types.Operator):
"""
- *Brief* Selects all strips left or right of the time cursor.
+ *Brief* Selects all strips left or right of the time cursor
"""
doc = {