diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-19 19:36:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-19 19:36:20 -0500 |
| commit | c8074d62f8b891a200d7bd9a8e0658057261e2af (patch) | |
| tree | 034a896e4d094646d73ff48415bc5928becb8815 /tests/servers/test_basehttp.py | |
| parent | e467919c6315be87abec72383ec1a81e2665ebec (diff) | |
Fixed typo in error message in the test.
Diffstat (limited to 'tests/servers/test_basehttp.py')
| -rw-r--r-- | tests/servers/test_basehttp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/servers/test_basehttp.py b/tests/servers/test_basehttp.py index 7352adf287..2f59b1358a 100644 --- a/tests/servers/test_basehttp.py +++ b/tests/servers/test_basehttp.py @@ -21,7 +21,7 @@ class WSGIRequestHandlerTestCase(TestCase): with captured_stderr() as stderr: handler.log_message("GET %s %s", str('\x16\x03'), "4") self.assertIn( - "You're accessing the developement server over HTTPS, " + "You're accessing the development server over HTTPS, " "but it only supports HTTP.", stderr.getvalue() ) |
