summaryrefslogtreecommitdiffstats
path: root/Doc/install
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-26 22:34:32 (GMT)
committerGitHub <noreply@github.com>2021-07-26 22:34:32 (GMT)
commit6fc1efa4546ad94a904239fd5efb84e02894eb31 (patch)
tree0e7ca76239d3056cbf0d153179043b8f69c96296 /Doc/install
parent0ea5e0d792a85b435ef299319dcd52e59f535cb1 (diff)
downloadcpython-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 'Doc/install')
-rw-r--r--Doc/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 48c6e76..dbe9c1e 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -953,7 +953,7 @@ Borland/CodeGear C++
This subsection describes the necessary steps to use Distutils with the Borland
C++ compiler version 5.5. First you have to know that Borland's object file
format (OMF) is different from the format used by the Python version you can
-download from the Python or ActiveState Web site. (Python is built with
+download from the Python or ActiveState web site. (Python is built with
Microsoft Visual C++, which uses COFF as the object file format.) For this
reason you have to convert Python's library :file:`python25.lib` into the
Borland format. You can do this as follows: