From 97e3d74871f38f958665f7a93e42f039f86bb761 Mon Sep 17 00:00:00 2001 From: Mattijs Borst <41747007+MattBrst@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:05:46 +0100 Subject: [PATCH] typo in docs --- .../transient/00userguide/howtos/howto_convert_ttim_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb b/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb index 48501e5..03e6891 100644 --- a/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb +++ b/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb @@ -24,7 +24,7 @@ "\n", "and you don't want to make any other changes to your model, then replace the import statement by\n", "\n", - "```from timflow import transiewnt as ttim```\n", + "```from timflow import transient as ttim```\n", "\n", "or, if you like that better\n", "\n",