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. --- tests/file_storage/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/file_storage') diff --git a/tests/file_storage/tests.py b/tests/file_storage/tests.py index 8b69617752..8969253e2b 100644 --- a/tests/file_storage/tests.py +++ b/tests/file_storage/tests.py @@ -339,7 +339,7 @@ class FileStorageTests(SimpleTestCase): def test_file_url(self): """ - File storage returns a url to access a given file from the Web. + File storage returns a url to access a given file from the web. """ self.assertEqual(self.storage.url('test.file'), self.storage.base_url + 'test.file') -- cgit v1.3