Skip to content

Commit 3122a39

Browse files
committed
update wording
1 parent 6024412 commit 3122a39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/wsgiref.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ in type annotations.
119119
applications to set up dummy environments. It should NOT be used by actual WSGI
120120
servers or applications, since the data is fake!
121121

122-
Example usage, where the *start_response* callable should follow the
123-
:class:`.StartResponse` protocol::
122+
Example usage (see also :func:`demo_app` for another example)::
124123

125124
from wsgiref.util import setup_testing_defaults
126125
from wsgiref.simple_server import make_server

0 commit comments

Comments
 (0)