summaryrefslogtreecommitdiff
path: root/docs/faq
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:14 -0500
commit1f8dad69158a96d0649d321ce08ecc9c0465f962 (patch)
tree17f36d2f6aa0b212eebb3a5f51e2ba27753f8a00 /docs/faq
parent53326e2c8ab92195be6b65120254be77cbf47c26 (diff)
Fixed #25755 -- Unified spelling of "website".
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/general.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt
index 73366b628c..d8f9e1fedc 100644
--- a/docs/faq/general.txt
+++ b/docs/faq/general.txt
@@ -13,7 +13,7 @@ At the same time, the World Online Web developers have consistently been
perfectionists when it comes to following best practices of Web development.
In fall 2003, the World Online developers (Adrian Holovaty and Simon Willison)
-ditched PHP and began using Python to develop its Web sites. As they built
+ditched PHP and began using Python to develop its websites. As they built
intensive, richly interactive sites such as Lawrence.com, they began to extract
a generic Web development framework that let them build Web applications more
and more quickly. They tweaked this framework constantly, adding improvements
@@ -148,7 +148,7 @@ Is Django a content-management-system (CMS)?
--------------------------------------------
No, Django is not a CMS, or any sort of "turnkey product" in and of itself.
-It's a Web framework; it's a programming tool that lets you build Web sites.
+It's a Web framework; it's a programming tool that lets you build websites.
For example, it doesn't make much sense to compare Django to something like
Drupal_, because Django is something you use to *create* things like Drupal.