Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.

This commit is contained in:
David Smith 2021-07-23 07:48:16 +01:00 committed by Mariusz Felisiak
parent acde917456
commit 1024b5e74a
113 changed files with 265 additions and 267 deletions

View file

@ -317,7 +317,7 @@ latex_documents = [
man_pages = [(
'ref/django-admin',
'django-admin',
'Utility script for the Django Web framework',
'Utility script for the Django web framework',
['Django Software Foundation'],
1
)]