From 74e93b072a751bfaed9a858ff4d156da00e43e7b Mon Sep 17 00:00:00 2001 From: Pamela McA'Nulty Date: Fri, 4 Nov 2016 00:12:42 -0400 Subject: [PATCH] [1.10.x] Fixed typo in docs/topics/testing/tools.txt. Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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