Skip to content

Commit

Permalink
fixed missing delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Oct 21, 2024
1 parent 870f87d commit d0b6f78
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 @@ -484,7 +484,7 @@ let mut solver = solver_.call((), Some(&vec![("stepper", stepper), ("advectee",
let state_0 = solver.getattr("advectee")?.getattr("get")?.call0()?.getattr("copy")?.call0()?;
solver.getattr("advance")?.call((), Some(&vec![("n_steps", 75)].into_py_dict_bound(py)))?;
let state = solver.getattr("advectee")?.getattr("get")?.call0()?;
Ok(())}
Ok(())}}
```
</details>

Expand Down

0 comments on commit d0b6f78

Please sign in to comment.