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/demo/rpythond.py | |
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/demo/rpythond.py')
-rwxr-xr-x | Tools/demo/rpythond.py | 2 |
1 files changed, 1 insertions, 1 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 |