summaryrefslogtreecommitdiff
path: root/docs/howto/jython.txt
diff options
context:
space:
mode:
authorAgnieszka Lasyk <agnieszkalasyk@agalasyk.local>2015-11-15 13:05:15 +0100
committerTim Graham <timograham@gmail.com>2015-11-16 06:44:46 -0500
commitb3389956c9cbc31e82137e787cfd339a3d1dab6f (patch)
treed97aacc386fd76cb72bf90f15d07be4960c844df /docs/howto/jython.txt
parent5234c9937c26b420f470f555fbe62f4969cea645 (diff)
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
Diffstat (limited to 'docs/howto/jython.txt')
-rw-r--r--docs/howto/jython.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/jython.txt b/docs/howto/jython.txt
index e7ff3696f0..0c350ab058 100644
--- a/docs/howto/jython.txt
+++ b/docs/howto/jython.txt
@@ -10,7 +10,7 @@ This document will get you up and running with Django on top of Jython.
Installing Jython
=================
-Django works with Jython versions 2.7b2 and higher. See the Jython_ Web site for
+Django works with Jython versions 2.7b2 and higher. See the Jython_ website for
download and installation instructions.
.. _jython: http://www.jython.org/
@@ -48,7 +48,7 @@ on top of Jython.
.. _`django-jython`: https://github.com/beachmachine/django-jython
To install it, follow the `installation instructions`_ detailed on the project
-Web site. Also, read the `database backends`_ documentation there.
+website. Also, read the `database backends`_ documentation there.
.. _`installation instructions`: https://pythonhosted.org/django-jython/quickstart.html#install
.. _`database backends`: https://pythonhosted.org/django-jython/database-backends.html