Commit 308e7d98 authored by Tim Gates's avatar Tim Gates

docs: fix simple typo, empoyed -> employed

There is a small typo in src/gevent/tests/test__pywsgi.py.

Should read `employed` rather than `empoyed`.
parent 94d7a9ba
...@@ -508,7 +508,7 @@ class TestNoChunks10KeepAlive(TestNoChunks10): ...@@ -508,7 +508,7 @@ class TestNoChunks10KeepAlive(TestNoChunks10):
class TestExplicitContentLength(TestNoChunks): # pylint:disable=too-many-ancestors class TestExplicitContentLength(TestNoChunks): # pylint:disable=too-many-ancestors
# when returning a list of strings a shortcut is empoyed by the # when returning a list of strings a shortcut is employed by the
# server - it caculates the content-length # server - it caculates the content-length
def application(self, env, start_response): def application(self, env, start_response):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment