File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Earlier remote server versions support only the static and hybrid
4141APIs and do not support the keyword decorator at all.
4242
4343For most parts these APIs work exactly like when using with Robot Framework
44- normally. There main limitation is that logging using ``robot.api.logger `` or
44+ normally. The main limitation is that logging using ``robot.api.logger `` or
4545Python's ``logging `` module `is currently not supported `__.
4646
4747__ http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-libraries
@@ -193,10 +193,10 @@ The remote server can be gracefully stopped using several different methods:
193193 work on Windows and not supported if the server is started on a background
194194 thread.
195195
196- - Using ``Stop Remote Server `` keyword. Can be disabled by using
196+ - Using the ``Stop Remote Server`` keyword. Can be disabled by using
197197 ``allow_remote_stop=False `` when `initializing the server `__.
198198
199- - Using ``stop_remote_server `` function in the XML-RPC interface.
199+ - Using the ``stop_remote_server `` function in the XML-RPC interface.
200200 Can be disabled with the ``allow_remote_stop=False `` initialization parameter.
201201
202202- Running ``python -m robotremoteserver stop [uri] `` which uses the
You can’t perform that action at this time.
0 commit comments