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 c938813 commit a3dbd35Copy full SHA for a3dbd35
Doc/library/wsgiref.rst
@@ -783,6 +783,7 @@ This is a working "Hello World" WSGI application::
783
httpd.serve_forever()
784
785
786
-Example of a small wsgiref-based web server
+Example of a WSGI application serving the current directory, accept optional
787
+directory and port number on the command line:
788
789
.. literalinclude:: ../../Tools/scripts/serve.py
0 commit comments