diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 15:31:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 15:31:24 (GMT) |
commit | da56601783312a74a5cd6ee8ea0881d534e0fc19 (patch) | |
tree | f37823e47c4a3aa640052cff723ba3f5ca5540db /Tools/pynche | |
parent | 78efc9aff254ec7e7a7b6512293674899e5d3615 (diff) | |
download | cpython-da56601783312a74a5cd6ee8ea0881d534e0fc19.zip cpython-da56601783312a74a5cd6ee8ea0881d534e0fc19.tar.gz cpython-da56601783312a74a5cd6ee8ea0881d534e0fc19.tar.bz2 |
[3.9] Fix typos in the Tools directory (GH-28769) (GH-28800)
Like #28744 but for the Tools directory.
Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 682aecfdeba481c876bfc9f3796c635bd5b5df50)
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/ColorDB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/ColorDB.py b/Tools/pynche/ColorDB.py index eb76d40..c013a60 100644 --- a/Tools/pynche/ColorDB.py +++ b/Tools/pynche/ColorDB.py @@ -9,7 +9,7 @@ format of the file is. If it can't figure out the file format, or it has trouble reading the file, None is returned. You can pass get_colordb() an optional filetype argument. -Supporte file types are: +Supported file types are: X_RGB_TXT -- X Consortium rgb.txt format files. Three columns of numbers from 0 .. 255 separated by whitespace. Arbitrary trailing |