diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-08-07 10:57:53 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-08-07 10:57:53 -0400 |
| commit | c1e6558f7852def419adfbeb087b2194e6030a2c (patch) | |
| tree | 31d25ceb4aa01a6909859c5a769517bd73d47543 /lib/gui | |
| parent | a5d7ffaffd0b73b5848b7d55ea1f571ea94fd5a7 (diff) | |
rename Patch to StitchGroup
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/simulator.py b/lib/gui/simulator.py index 3e1f68c5..94be66db 100644 --- a/lib/gui/simulator.py +++ b/lib/gui/simulator.py @@ -733,7 +733,7 @@ class SimulatorPreview(Thread): The parent is expected to be a wx.Window and also implement the following methods: def generate_patches(self, abort_event): - Produce an list of Patch instances. This method will be + Produce an list of StitchGroup instances. This method will be invoked in a background thread and it is expected that it may take awhile. |
