Skip to content

Commit

Permalink
markdown/html bug in tutorial fixed (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caastlefox authored Nov 26, 2024
1 parent a695a55 commit 35fbebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/pympdata_landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ let _ = PyDictMethods::set_item(&stepper_arg, "options", &options);
let _ = PyDictMethods::set_item(&stepper_arg, "n_dims", &n_dims);
```
</details>

<details>
<summary>Python code (click to expand)</summary>
```Python
from PyMPDATA import Stepper
Expand Down

0 comments on commit 35fbebf

Please sign in to comment.