Skip to content

Commit 53ae8cd

Browse files
committed
removes default value for pyfunc from docstring
1 parent 650bc20 commit 53ae8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcels/_core/particleset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def execute(
468468
pyfunc :
469469
Kernel function to execute. This can be the name of a
470470
defined Python function or a :class:`parcels.kernel.Kernel` object.
471-
Kernels can be concatenated using the + operator (Default value = AdvectionRK4)
471+
Kernels can be concatenated using the + operator.
472472
dt (np.timedelta64):
473473
Timestep interval (as a np.timedelta64 object) to be passed to the kernel.
474474
Use a negative value for a backward-in-time simulation.

0 commit comments

Comments
 (0)