Skip to content

Commit f54c1de

Browse files
committed
Correct gwrite DocString
1 parent 06bc95b commit f54c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpype_gcode/gwrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def invert_axis(document: vp.Document, invert_x: bool, invert_y: bool):
4646
@vp.global_processor
4747
def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
4848
"""
49-
Write gcode files for the vpype pipeline.
49+
Write gcode or other ascii files for the vpype pipeline.
5050
5151
The output format can be customized by the user heavily to an extent that you can also output most known
5252
non-gcode ascii text files.

0 commit comments

Comments
 (0)