Merge pull request #215 from cclauss/patch-1

Fix typo
This commit is contained in:
Anjok07 2022-07-22 07:35:32 -05:00 committed by GitHub
commit 1bf4e1410e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,7 +559,7 @@ class Predictor():
except: except:
pass pass
widget_text.write(base_text + 'Completed Seperation!\n') widget_text.write(base_text + 'Completed Separation!\n')
def demix(self, mix): def demix(self, mix):