File tree 1 file changed +3
-3
lines changed
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
41
41
APIs and do not support the keyword decorator at all.
42
42
43
43
For 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
45
45
Python's ``logging `` module `is currently not supported `__.
46
46
47
47
__ 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:
193
193
work on Windows and not supported if the server is started on a background
194
194
thread.
195
195
196
- - Using ``Stop Remote Server `` keyword. Can be disabled by using
196
+ - Using the ``Stop Remote Server`` keyword. Can be disabled by using
197
197
``allow_remote_stop=False `` when `initializing the server `__.
198
198
199
- - Using ``stop_remote_server `` function in the XML-RPC interface.
199
+ - Using the ``stop_remote_server `` function in the XML-RPC interface.
200
200
Can be disabled with the ``allow_remote_stop=False `` initialization parameter.
201
201
202
202
- Running ``python -m robotremoteserver stop [uri] `` which uses the
You can’t perform that action at this time.
0 commit comments