diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-08-07 10:58:02 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-08-07 10:58:02 -0400 |
| commit | 12ef0c84aa732623b210fdce1a7b8301aa435217 (patch) | |
| tree | 4c7fbb33c4840be4bf8d8fecfd7fe481d0e56895 /lib/threads/catalog.py | |
| parent | c1e6558f7852def419adfbeb087b2194e6030a2c (diff) | |
| parent | d6e20fae8a03ac162ae0c863fff06b5bd8b77902 (diff) | |
Merge remote-tracking branch 'origin/main' into kaalleen/satin-patterns
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: |
