summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorpp <pp@users.noreply.github.com>2016-01-10 18:16:28 +0100
committerTim Graham <timograham@gmail.com>2016-01-11 06:16:49 -0500
commit76b4015ea9b02fdbc3acebe71ed79bcc902697da (patch)
treea017e865349551cb4dfbbd198b14fa90c437d426 /docs/howto
parentc7a73f3929cb0c5bdf7c10882ff006bab026817e (diff)
[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.
Backport of c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 from master
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/windows.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index aa35a4190e..1c2718b8b6 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -19,10 +19,10 @@ Install Python
Django is a Python web framework, thus requiring Python to be installed on your
machine. At the time of writing, Python 3.5 is the latest version.
-To install Python on your machine go to https://python.org/downloads/. The Web
-site should offer you a download button for the latest Python version. Download
-the executable installer and run it. Check the box next to ``Add Python 3.5 to
-PATH`` and then click ``Install Now``.
+To install Python on your machine go to https://python.org/downloads/. The
+website should offer you a download button for the latest Python version.
+Download the executable installer and run it. Check the box next to ``Add
+Python 3.5 to PATH`` and then click ``Install Now``.
After installation, open the command prompt and check that the Python version
matches the version you installed by executing::