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 034336c commit 79f7074Copy full SHA for 79f7074
Doc/library/http.server.rst
@@ -474,8 +474,8 @@ Command-line interface
474
----------------------
475
476
:mod:`http.server` can also be invoked directly using the :option:`-m`
477
-switch of the interpreter. Similar to
478
-the previous example, this serves files relative to the current directory::
+switch of the interpreter. The following example illustrates how to serve
+files relative to the current directory::
479
480
python -m http.server [OPTIONS] [port]
481
0 commit comments