summaryrefslogtreecommitdiff
path: root/lib/stitch_plan/stitch_plan.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 10:57:53 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 10:57:53 -0400
commitc1e6558f7852def419adfbeb087b2194e6030a2c (patch)
tree31d25ceb4aa01a6909859c5a769517bd73d47543 /lib/stitch_plan/stitch_plan.py
parenta5d7ffaffd0b73b5848b7d55ea1f571ea94fd5a7 (diff)
rename Patch to StitchGroup
Diffstat (limited to 'lib/stitch_plan/stitch_plan.py')
-rw-r--r--lib/stitch_plan/stitch_plan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stitch_plan/stitch_plan.py b/lib/stitch_plan/stitch_plan.py
index fc0d3760..d1af5365 100644
--- a/lib/stitch_plan/stitch_plan.py
+++ b/lib/stitch_plan/stitch_plan.py
@@ -12,9 +12,9 @@ from .ties import add_ties
def patches_to_stitch_plan(patches, collapse_len=None, disable_ties=False): # noqa: C901
- """Convert a collection of inkstitch.element.Patch objects to a StitchPlan.
+ """Convert a collection of inkstitch.element.StitchGroup objects to a StitchPlan.
- * applies instructions embedded in the Patch such as trim_after and stop_after
+ * applies instructions embedded in the StitchGroup such as trim_after and stop_after
* adds tie-ins and tie-offs
* adds jump-stitches between patches if necessary
"""