diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 19:55:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 10:55:16 -0700 |
commit | 682aecfdeba481c876bfc9f3796c635bd5b5df50 (patch) | |
tree | 51102e7170b805a9ae1916483ba04b2e0e7f4fe9 /Tools/pynche/ColorDB.py | |
parent | 0571b934f5f9198c3461a7b631d7073ac0a5676f (diff) | |
download | cpython-git-682aecfdeba481c876bfc9f3796c635bd5b5df50.tar.gz |
Fix typos in the Tools directory (GH-28769)
Like #28744 but for the Tools directory.
[skip issue] Opening a related issue is pending python/psf-infra-meta#130
Automerge-Triggered-By: GH:pablogsal
Diffstat (limited to 'Tools/pynche/ColorDB.py')
-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 eb76d4042d..c013a60896 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 |