summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPamela McA'Nulty <pamela@addgene.org>2016-11-04 00:12:42 -0400
committerTim Graham <timograham@gmail.com>2016-11-04 05:13:10 +0100
commit74e93b072a751bfaed9a858ff4d156da00e43e7b (patch)
tree18d7d8bb912af7c29eebf7ef3387cd51872bd381
parent2527d0aaaa1f15e7eb380e8e09c62af56e0de56d (diff)
[1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index b60114d126..3df2196ec6 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1511,7 +1511,7 @@ your test suite.
point of the redirect chain.
If ``fetch_redirect_response`` is ``False``, the final page won't be
- loaded. Since the test client can't fetch externals URLs, this is
+ loaded. Since the test client can't fetch external URLs, this is
particularly useful if ``expected_url`` isn't part of your Django app.
Scheme is handled correctly when making comparisons between two URLs. If