Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAnton Leherbauer2011-10-24 12:28:45 +0000
committerAnton Leherbauer2011-10-24 12:28:45 +0000
commit2625908f8a15cc54ea8acac3ff2134618cab133b (patch)
tree10bd859bda0465c1859d3f482fb25338ef0ac39f /python
parent0f74445bccab6162ce52702e6504fa9ca3dd5add (diff)
downloadorg.eclipse.tcf-2625908f8a15cc54ea8acac3ff2134618cab133b.tar.gz
org.eclipse.tcf-2625908f8a15cc54ea8acac3ff2134618cab133b.tar.xz
org.eclipse.tcf-2625908f8a15cc54ea8acac3ff2134618cab133b.zip
TCF Python: Clarify doc for ProcessesV1.start
Diffstat (limited to 'python')
-rw-r--r--python/src/tcf/services/processes_v1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/tcf/services/processes_v1.py b/python/src/tcf/services/processes_v1.py
index 83e42645f..75aacd64f 100644
--- a/python/src/tcf/services/processes_v1.py
+++ b/python/src/tcf/services/processes_v1.py
@@ -40,7 +40,7 @@ class ProcessesV1Service(processes.ProcessesService):
If a client wants first parameter to be the file name, it should add it itself.
@param environment - map of environment variables for the process,
if None then default set of environment variables will be used.
- @param params - additional process start parameters, see START_*.
+ @param params - additional process start parameters as map, see START_* for supported keys.
@param done - call back interface called when operation is completed.
@return pending command handle, can be used to cancel the command.
"""

Back to the top