Kaydet (Commit) 93c1576f authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed #20282 -- Typo in WSGI docs.

üst 356443fd
...@@ -71,7 +71,7 @@ Applying WSGI middleware ...@@ -71,7 +71,7 @@ Applying WSGI middleware
------------------------ ------------------------
To apply `WSGI middleware`_ you can simply wrap the application object. For To apply `WSGI middleware`_ you can simply wrap the application object. For
istance you could add these lines at the bottom of :file:`wsgi.py`:: instance you could add these lines at the bottom of :file:`wsgi.py`::
from helloworld.wsgi import HelloWorldApplication from helloworld.wsgi import HelloWorldApplication
application = HelloWorldApplication(application) application = HelloWorldApplication(application)
......
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