summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2014-04-23 02:05:14 +0300
committerTim Graham <timograham@gmail.com>2014-04-22 20:13:43 -0400
commitc5306d4af1e9430d2397e8d83b37fa3598a17e83 (patch)
tree4bc6b1fd1b4112152fd299bfedf6b5dc7846cb49 /docs/topics/testing
parent49f5a2949311c6aaaac0005c4f6ab79cf96ee09d (diff)
[1.6.x] Various documentation typo/spelling fixes
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/advanced.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index b7fced1688..be6ee03392 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -52,7 +52,7 @@ The following is a simple unit test using the request factory::
# Create an instance of a GET request.
request = self.factory.get('/customer/details')
- # Recall that middleware are not suported. You can simulate a
+ # Recall that middleware are not supported. You can simulate a
# logged-in user by setting request.user manually.
request.user = self.user