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 @@ -129,7 +129,7 @@ The remote server can be gracefully stopped using three different methods:
129129
130130- Hitting ``Ctrl-C `` on the console where the server is running. Starting from
131131 version 1.0.1 this ought to work regardless the operating system and Python
132- interpreter.
132+ interpreter. Python 2.5 and Jython 2.5 on Windows are known exceptions, though.
133133
134134- Sending the process ``SIGINT ``, ``SIGTERM ``, or ``SIGHUP `` signal. Does not
135135 work on Windows. Notice that with Jython you need to send the signal to the
@@ -138,8 +138,8 @@ The remote server can be gracefully stopped using three different methods:
138138- Using ``Stop Remote Server `` keyword. This can be disabled by using
139139 ``allow_stop=False `` when starting the server.
140140
141- - Running ``python -m robotremoteserver stop [uri] `` similarly as when testing
142- is the server running. Also this can be disabled using ``allow_stop=False ``.
141+ - Running ``python -m robotremoteserver stop [uri] `` similarly as when ` testing
142+ is server running `_ . Also this can be disabled using ``allow_stop=False ``.
143143 New in version 1.0.1.
144144
145145Example
You can’t perform that action at this time.
0 commit comments