mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 10:41:30 +08:00
Merge pull request #3611 from zc-mattcen/docs-typo
docs: Typo in run example
This commit is contained in:
commit
b45c70df10
@ -35,7 +35,7 @@ def app(environ, start_response):
|
|||||||
status = "200 OK"
|
status = "200 OK"
|
||||||
response_headers = [
|
response_headers = [
|
||||||
("Content-type", "text/plain"),
|
("Content-type", "text/plain"),
|
||||||
("Content-Length", str(len(data.md)))
|
("Content-Length", str(len(data)))
|
||||||
]
|
]
|
||||||
start_response(status, response_headers)
|
start_response(status, response_headers)
|
||||||
return iter([data])
|
return iter([data])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user