Skip to content

Commit 0fac579

Browse files
committed
Update the docs for the renamed example
1 parent c87d7dd commit 0fac579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Simple file serving
1+
Simple Test
22
-------------------
33

4-
Serving the content of index.html from the filesystem.
4+
Serving a simple static text message.
55

6-
.. literalinclude:: ../examples/httpserver_simple_serve.py
7-
:caption: examples/httpserver_simple_serve.py
6+
.. literalinclude:: ../examples/httpserver_simpletest.py
7+
:caption: examples/httpserver_simpletest.py
88
:linenos:
99

1010
If you want your code to do more than just serve web pages,

0 commit comments

Comments
 (0)