Skip to content

Commit a3dbd35

Browse files
committed
Update the description of the example
1 parent c938813 commit a3dbd35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/wsgiref.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ This is a working "Hello World" WSGI application::
783783
httpd.serve_forever()
784784

785785

786-
Example of a small wsgiref-based web server
786+
Example of a WSGI application serving the current directory, accept optional
787+
directory and port number on the command line:
787788

788789
.. literalinclude:: ../../Tools/scripts/serve.py

0 commit comments

Comments
 (0)