Skip to content

Commit 79965ea

Browse files
committed
READMEs: tuning
1 parent 30343fd commit 79965ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ and passing a test library instance or module to it:
5454
RobotRemoteServer(MyLibrary())
5555

5656
By default the server listens to address 127.0.0.1 and port 8270. See the next
57-
section for information how to configure them.
57+
section for information about configuring the server.
5858

5959
Configuration
6060
-------------
@@ -65,7 +65,7 @@ The remote server accepts following configuration parameters:
6565
Argument Default Explanation
6666
============== ================ ========================================
6767
``host`` ``'127.0.0.1'`` Address to listen. Use ``'0.0.0.0'`` to listen to all available interfaces.
68-
``port`` ``8270`` Port to listen. Use ``0`` to select free port automatically.
68+
``port`` ``8270`` Port to listen. Use ``0`` to select a free port automatically.
6969
``port_file`` ``None`` File to write port that is used.
7070
``allow_stop`` ``True`` Allow/disallow stopping the server using ``Stop Remote Server`` keyword.
7171
============== ================ ========================================

example/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Remote server example
22
=====================
33

44
This directory contains a very simple remote library example in
5-
`<examplelibrary.py>`__ file and tests using it in `<example_tests.robot>`__.
6-
The example library can be executed with Python, Jython, and IronPython.
5+
`<examplelibrary.py>`__ file and tests using it in `<example_tests.robot>`__
6+
file. The example library can be executed with Python, Jython, and IronPython.
77
Also tests can be run with any of these interpreters, independently from
88
the interpreter used for executing the library.
99

0 commit comments

Comments
 (0)