Skip to content

Commit c63f0bb

Browse files
committed
Changed one example to illustrate the use of execparams.TYPE for
selector substitution.
1 parent 95f971d commit c63f0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Local // Slurm // LSF // PBS // Cobalt
8080
8181
from psij import Job, JobExecutor, JobSpec
8282
83-
ex = JobExecutor.get_instance("<&executor-type>")
83+
ex = JobExecutor.get_instance(execparams.executor)
8484
job = Job(JobSpec(executable="/bin/date"))
8585
ex.submit(job)
8686

0 commit comments

Comments
 (0)