Skip to content

Commit 79f7074

Browse files
committed
Correct example sentense
1 parent 034336c commit 79f7074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/http.server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ Command-line interface
474474
----------------------
475475

476476
: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::
477+
switch of the interpreter. The following example illustrates how to serve
478+
files relative to the current directory::
479479

480480
python -m http.server [OPTIONS] [port]
481481

0 commit comments

Comments
 (0)