Skip to content

Commit

Permalink
Fix incorrect parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed May 11, 2023
1 parent 9f92c24 commit 4d39af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/python/ivy_diffusion/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def solve1d(concentration, spacing=1.0, time_step=1.0, diffusivity=1.0):
Grid spacing.
time_step : float (optional)
Time step.
alpha : float (optional)
diffusivity : float (optional)
Diffusivity.
Returns
Expand Down

0 comments on commit 4d39af9

Please sign in to comment.