summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-20 17:34:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-20 17:34:35 +0000
commit8f8b77bb5526bc54f5b66f6702848fc940ab8e18 (patch)
tree66342800e487202084e89750733fb40a69bdbe97 /docs
parent230b746f6cc037f5eedfada35cb7a250f7f54992 (diff)
Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be proofread). Thanks, russblau@imapmail.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt
index 7618aaea66..e7c1a3b161 100644
--- a/docs/testing.txt
+++ b/docs/testing.txt
@@ -13,7 +13,7 @@ changed unexpectedly as a result of the refactor.
Testing a web application is a complex task, as there are many
components of a web application that must be validated and tested. To
help you test your application, Django provides a test execution
-framework, and range of utilities that can be used to stimulate and
+framework, and range of utilities that can be used to simulate and
inspect various facets of a web application.
This testing framework is currently under development, and may change