Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
there is a typo at the bottom of the page it says "server" and should be |serve"
  • Loading branch information
Piravky authored and MoshiBin committed May 16, 2023
1 parent 89c3a8a commit d363a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ SSDP Server from Python
from ssdpy import SSDPServer
server = SSDPServer("my-special-service", location="https://192.168.0.100:8080/hello")
server.server_forever()
server.serve_forever()

0 comments on commit d363a4b

Please sign in to comment.