Skip to content

Commit 5c1b97a

Browse files
author
Dan
committed
Updated server docstring
1 parent 473c738 commit 5c1b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded_server/embedded_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
Server runs asynchronously in its own greenlet. Call `start_server` with a new `multiprocessing.Process` to run it on a new process with its own event loop.
3737
38-
*Warning* - Note that commands, with or without a shell, are actually run on the system running this server. Destructive commands will actually affect the system as permissions of user running the server allow. *Use at your own risk*.
38+
*Warning* - Note that commands, with or without a shell, are actually run on the system running this server. Destructive commands will affect the system as permissions of user running the server allow. **Use at your own risk**.
3939
"""
4040

4141
import sys

0 commit comments

Comments
 (0)