Skip to content

Commit 12915fd

Browse files
committed
Few grammar fixes
1 parent 79198fd commit 12915fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Earlier remote server versions support only the static and hybrid
4141
APIs and do not support the keyword decorator at all.
4242

4343
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
4545
Python'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

0 commit comments

Comments
 (0)