Skip to content

Commit bc6b0a9

Browse files
committed
changed Native.__doc__
1 parent 4ae54a7 commit bc6b0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/environments/native.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Native(base.Environment):
1313
"""
14-
Native environment, i.e. the tasks are executed in the current python environment.
14+
Native environment, i.e. the tasks are executed in the current shell environment.
1515
"""
1616

1717
def execute(self, job: "Job[shell.Task]") -> dict[str, ty.Any]:

0 commit comments

Comments
 (0)