Skip to content

Commit b4ce1f3

Browse files
committed
fix run_depletion_step
1 parent 3749522 commit b4ce1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saltproc/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def run_depletion_step(self, mpi_args, args):
110110
mpi_args : list of str
111111
Arguments for running simulations on supercomputers using
112112
``mpiexec`` or similar programs.
113-
args : int
113+
args : list of str
114114
Arguments for running depletion step.
115115
116116
"""

0 commit comments

Comments
 (0)