diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 469: Trivial documentation fix. s/python list of strings/list of strings/

Message ID 20121127021711.16665.27412.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Senthil Kumaran Nov. 27, 2012, 2:17 a.m. UTC
------------------------------------------------------------
revno: 469
committer: Senthil Kumaran <senthil.kumaran@linaro.org>
branch nick: trunk
timestamp: Tue 2012-11-27 07:45:24 +0530
message:
  Trivial documentation fix. s/python list of strings/list of strings/
modified:
  doc/jobfile.rst


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/jobfile.rst'
--- doc/jobfile.rst	2012-11-26 10:03:08 +0000
+++ doc/jobfile.rst	2012-11-27 02:15:24 +0000
@@ -83,10 +83,10 @@ 
     }
 
 You can put multiple test definition URLs in "testdef_urls"
-section. The "testdef_urls" section takes a python list of strings
-which are URLs. These will be run sequentially without
-reboot. Alternatively, you can specify each URL in a separate
-``lava_test_shell`` action which will allow for a reboot between each test.
+section. The "testdef_urls" section takes a list of strings which are
+URLs. These will be run sequentially without reboot. Alternatively,
+you can specify each URL in a separate ``lava_test_shell`` action
+which will allow for a reboot between each test.
 
 If your test definitions are available in a git repository then
 ``lava_test_shell`` can automatically pull the test definition from