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 /Lib/cgitb.py | |
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 'Lib/cgitb.py')
-rw-r--r-- | Lib/cgitb.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/cgitb.py b/Lib/cgitb.py index 4f81271..17ddda3 100644 --- a/Lib/cgitb.py +++ b/Lib/cgitb.py @@ -181,8 +181,8 @@ function calls leading up to the error, in the order they occurred.</p>''' <!-- The above is a description of an error in a Python program, formatted - for a Web browser because the 'cgitb' module was enabled. In case you - are not reading this in a Web browser, here is the original traceback: + for a web browser because the 'cgitb' module was enabled. In case you + are not reading this in a web browser, here is the original traceback: %s --> |