diff options
| author | David Smith <smithdc@gmail.com> | 2021-10-19 20:01:44 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-20 09:11:04 +0200 |
| commit | 5d62beb61a7d5a6bb2755d2cdabc8e31f462391f (patch) | |
| tree | 7a0843e74be73d6fa2a84a9357874fc3bb1b2237 /django | |
| parent | ea66d1f2ae0053ddbb0c9e0f725dd78cbf70a249 (diff) | |
[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Backport of 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 from main
Diffstat (limited to 'django')
| -rw-r--r-- | django/test/testcases.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py index 41d01b89b4..b56e8f5edf 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -1472,7 +1472,7 @@ class _MediaFilesHandler(FSFilesHandler): class LiveServerThread(threading.Thread): - """Thread for running a live http server while the tests are running.""" + """Thread for running a live HTTP server while the tests are running.""" server_class = ThreadedWSGIServer |
