diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-26 22:11:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 22:11:55 (GMT) |
commit | 11749e2dc20ad6a76e9a39e948853e89b2b4bbed (patch) | |
tree | 7b370ec4036b21ae99ca0b46c1d82ac122f9d43f /Tools | |
parent | 6c7ec7282b68dcd0f3af0f1ccc6345da4bc06931 (diff) | |
download | cpython-11749e2dc20ad6a76e9a39e948853e89b2b4bbed.zip cpython-11749e2dc20ad6a76e9a39e948853e89b2b4bbed.tar.gz cpython-11749e2dc20ad6a76e9a39e948853e89b2b4bbed.tar.bz2 |
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/demo/rpythond.py | 2 | ||||
-rw-r--r-- | Tools/pynche/README | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Tools/demo/rpythond.py b/Tools/demo/rpythond.py index a18de13..4e47fb9 100755 --- a/Tools/demo/rpythond.py +++ b/Tools/demo/rpythond.py @@ -5,7 +5,7 @@ Remote python server. Execute Python commands remotely and send output back. WARNING: This version has a gaping security hole -- it accepts requests -from any host on the Internet! +from any host on the internet! """ import sys 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 |