From 35fbebf14e954f1fda4445b8a0e188802e4b0a5f Mon Sep 17 00:00:00 2001 From: Caastlefox <142016015+Caastlefox@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:01:31 +0100 Subject: [PATCH] markdown/html bug in tutorial fixed (#484) --- docs/markdown/pympdata_landing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/pympdata_landing.md b/docs/markdown/pympdata_landing.md index 043165f5..f2ae0a9a 100644 --- a/docs/markdown/pympdata_landing.md +++ b/docs/markdown/pympdata_landing.md @@ -360,7 +360,7 @@ let _ = PyDictMethods::set_item(&stepper_arg, "options", &options); let _ = PyDictMethods::set_item(&stepper_arg, "n_dims", &n_dims); ``` - +
Python code (click to expand) ```Python from PyMPDATA import Stepper