Преглед изворни кода

Fixed typo in error message in the test.

Tim Graham пре 10 година
родитељ
комит
c8074d62f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/servers/test_basehttp.py

+ 1 - 1
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()
             )