summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarry Polley <garrympolley@gmail.com>2017-03-20 20:39:48 -0500
committerTim Graham <timograham@gmail.com>2017-03-21 08:20:54 -0400
commit88c003c2bd9e0af08740612050c78dd94e317ddd (patch)
tree38f025a0ac53f2abd9a8969507a03c9dabbef6d7 /docs
parenta3af8c99d94638e0d1fc8a847b74aa6953441d55 (diff)
Removed an obsolete temporal reference in docs/faq/general.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/general.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt
index c2e78a1a43..2d89f97360 100644
--- a/docs/faq/general.txt
+++ b/docs/faq/general.txt
@@ -122,9 +122,8 @@ to add a given feature to Django.
Why did you write all of Django from scratch, instead of using other Python libraries?
======================================================================================
-When Django was originally written a couple of years ago, Adrian and Simon
-spent quite a bit of time exploring the various Python Web frameworks
-available.
+When Django was originally written, Adrian and Simon spent quite a bit of time
+exploring the various Python Web frameworks available.
In our opinion, none of them were completely up to snuff.