We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6024412 commit 3122a39Copy full SHA for 3122a39
Doc/library/wsgiref.rst
@@ -119,8 +119,7 @@ in type annotations.
119
applications to set up dummy environments. It should NOT be used by actual WSGI
120
servers or applications, since the data is fake!
121
122
- Example usage, where the *start_response* callable should follow the
123
- :class:`.StartResponse` protocol::
+ Example usage (see also :func:`demo_app` for another example)::
124
125
from wsgiref.util import setup_testing_defaults
126
from wsgiref.simple_server import make_server
0 commit comments