diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
| commit | 94f391ab4262b5e1c8dace0263467a0ec1f17058 (patch) | |
| tree | 8ce8836e5ac65e81b48d71615639bc0e7b9c08b9 /lib/elements/fill.py | |
| parent | 038875f876d79d0f1e971886fe42f5bee4f9f31e (diff) | |
more pep8 fixes
Diffstat (limited to 'lib/elements/fill.py')
| -rw-r--r-- | lib/elements/fill.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/fill.py b/lib/elements/fill.py index 672f4db8..77284414 100644 --- a/lib/elements/fill.py +++ b/lib/elements/fill.py @@ -44,7 +44,8 @@ class Fill(EmbroideryElement): @param( 'flip', _('Flip fill (start right-to-left)'), - tooltip=_('The flip option can help you with routing your stitch path. When you enable flip, stitching goes from right-to-left instead of left-to-right.'), + tooltip=_('The flip option can help you with routing your stitch path. ' + 'When you enable flip, stitching goes from right-to-left instead of left-to-right.'), type='boolean', default=False) def flip(self): |
