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:
authorNathan Lovato <nathan@gdquest.com>2020-05-15 03:31:18 +0300
committerNathan Lovato <nathan@gdquest.com>2020-05-15 03:31:18 +0300
commit8f11aecde7409633595b23f24b446943225aa319 (patch)
treed3548e7c670dd1514578ef9160ed35fdbac0c506 /power_sequencer/operators/select_all_left_or_right.py
parent55b820186e64b5362f8c3e808f160cbff49621a3 (diff)
Power Sequencer: address docstring warnings
The previous commit passed tests without warnings or errors here, but LazyDodo sent me a log with warnings he was getting on his machine. This commit attempts to address them. Note: I'm not getting warnings when running unit tests here.
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 = {