summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/test/testcases.py2
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