diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2021-07-29 14:52:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 20:52:44 +0200 |
| commit | e6fad808e9459ed6211c5ee04f3f1a00b786fa7a (patch) | |
| tree | 57a137a445bda8c91fa9b6854f21ca0b8f8822f1 /lib/threads/catalog.py | |
| parent | 2161379b55be2aab0d639df2f2b7124b1544789f (diff) | |
Fix typos (#1291)
Diffstat (limited to 'lib/threads/catalog.py')
| -rw-r--r-- | lib/threads/catalog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/threads/catalog.py b/lib/threads/catalog.py index c3ccb0c3..c12ca1fe 100644 --- a/lib/threads/catalog.py +++ b/lib/threads/catalog.py @@ -75,7 +75,7 @@ class _ThreadCatalog(Sequence): Scans the catalog of color palettes and chooses one that seems most likely to be the one that the user used. A palette will only be - chosen if more tha 80% of the thread colors in the stitch plan are + chosen if more than 80% of the thread colors in the stitch plan are exact matches for threads in the palette. """ if not self.palettes: |
