summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-21 20:50:14 -0400
committerLex Neva <github.com@lexneva.name>2018-08-21 20:50:14 -0400
commit94f391ab4262b5e1c8dace0263467a0ec1f17058 (patch)
tree8ce8836e5ac65e81b48d71615639bc0e7b9c08b9 /lib/elements/stroke.py
parent038875f876d79d0f1e971886fe42f5bee4f9f31e (diff)
more pep8 fixes
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index 183ef23b..3ae2b143 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -41,7 +41,9 @@ class Stroke(EmbroideryElement):
@param(
'bean_stitch_repeats',
_('Bean stitch number of repeats'),
- tooltip=_('Backtrack each stitch this many times. A value of 1 would triple each stitch (forward, back, forward). A value of 2 would quintuple each stitch, etc. Only applies to running stitch.'),
+ tooltip=_('Backtrack each stitch this many times. '
+ 'A value of 1 would triple each stitch (forward, back, forward). '
+ 'A value of 2 would quintuple each stitch, etc. Only applies to running stitch.'),
type='int',
default=0,
sort_index=2)