From d9c94c59835ca2b6569583392bbf5c7f65a8e927 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 20 Nov 2025 10:12:05 -0500 Subject: Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt. --- docs/howto/deployment/wsgi/apache-auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 454abf232c..b927069543 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -128,7 +128,7 @@ In this case, the Apache configuration should look like this: To support the ``WSGIAuthGroupScript`` directive, the same WSGI script ``mysite.wsgi`` must also import the ``groups_for_user`` function which -returns a list groups the given user belongs to. +returns a list of groups the given user belongs to. .. code-block:: python -- cgit v1.3