From f559f47d39bd5b363101a22ca194d08b0c4cb33a Mon Sep 17 00:00:00 2001 From: abertics Date: Thu, 28 Nov 2024 01:46:14 +0000 Subject: [PATCH] Fix typo in tutorial_dataset.ipynb --- tutorials/tutorial_dataset.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial_dataset.ipynb b/tutorials/tutorial_dataset.ipynb index c95b6318..e58c6585 100644 --- a/tutorials/tutorial_dataset.ipynb +++ b/tutorials/tutorial_dataset.ipynb @@ -200,7 +200,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can create the backbone by instantiating the SCN2 model form TopoModelX. Then the `SCNWrapper` and the `TBXModel` take care of the rest." + "We can create the backbone by instantiating the SCN2 model from TopoModelX. Then the `SCNWrapper` and the `TBXModel` take care of the rest." ] }, {