From bceb6e3d14ba70a093eb4b7549035d85fb52a1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Tue, 31 Mar 2020 12:54:08 +0200 Subject: [PATCH] Apply suggestion to soitool/soi.py --- soitool/soi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/soi.py b/soitool/soi.py index 7c478fc..ddae937 100644 --- a/soitool/soi.py +++ b/soitool/soi.py @@ -313,7 +313,7 @@ class SOI: self.modules = modules self.attachments = attachments - # the following properties are relevant when self.placement_strategy + # The following properties are relevant when self.placement_strategy # is "auto". They are used by rectpack self.algorithm_bin = algorithm_bin self.algorithm_pack = algorithm_pack -- GitLab