Skip to content

Commit

Permalink
fix ruff check again
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Oct 13, 2023
1 parent 620f16c commit e90071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpype/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def text_block(
left alignment)
line_spacing: line spacing (default: 1.0)
justify: should the text be justified (default: False)
hyphenate: wrapped text is hyphenated with the given language (en, nl, etc, default: None)
hyphenate: wrapped text is hyphenated with the given language (en, etc., default: None)
"""

font = _Font.get(font_name)
Expand Down

0 comments on commit e90071b

Please sign in to comment.