diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-26 22:34:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 22:34:32 (GMT) |
commit | 6fc1efa4546ad94a904239fd5efb84e02894eb31 (patch) | |
tree | 0e7ca76239d3056cbf0d153179043b8f69c96296 /Tools/pynche | |
parent | 0ea5e0d792a85b435ef299319dcd52e59f535cb1 (diff) | |
download | cpython-6fc1efa4546ad94a904239fd5efb84e02894eb31.zip cpython-6fc1efa4546ad94a904239fd5efb84e02894eb31.tar.gz cpython-6fc1efa4546ad94a904239fd5efb84e02894eb31.tar.bz2 |
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README index e026159..ae8183f 100644 --- a/Tools/pynche/README +++ b/Tools/pynche/README @@ -27,7 +27,7 @@ Introduction Pynche must find a text database of colors names in order to provide `nearest' color matching. Pynche is distributed with an rgb.txt file from the X11R6.4 distribution for this reason, along - with other "Web related" database (see below). You can use a + with other "web related" database (see below). You can use a different file with the -d option. The file xlicense.txt contains the license only for rgb.txt and both files are in the X/ subdirectory. @@ -356,7 +356,7 @@ Color Name Database Files html40colors.txt -- the HTML 4.0 guaranteed color names - websafe.txt -- the 216 "Web-safe" colors that Netscape and MSIE + websafe.txt -- the 216 "web-safe" colors that Netscape and MSIE guarantee will not be dithered. These are specified in #rrggbb format for both values and names |