From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- docs/ref/contrib/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/auth.txt') diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 6bcdf5e099..c15ff5f6eb 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -334,7 +334,7 @@ Manager methods In practice, you probably won't need to use :class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but -they're used by Web requests, as explained in the next section. +they're used by web requests, as explained in the next section. ``Permission`` model ==================== -- cgit v1.3