From 69b0736fad1d1f0197409ca025b7bcdf5666ae62 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 18 Oct 2021 17:06:00 +0100 Subject: Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 40789b98fa..3d955503b1 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -717,7 +717,7 @@ A subclass of :class:`unittest.TestCase` that adds this functionality: * Verifying that a template :meth:`has/hasn't been used to generate a given response content `. * Verifying that two :meth:`URLs ` are equal. - * Verifying a HTTP :meth:`redirect ` is + * Verifying an HTTP :meth:`redirect ` is performed by the app. * Robustly testing two :meth:`HTML fragments ` for equality/inequality or :meth:`containment `. -- cgit v1.3