From d07946ab70105e863cffa4c4b450961686f97098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Fri, 17 Oct 2025 17:22:28 +0200 Subject: [PATCH 1/3] Fix typo --- examples/visualization/reference/show_3D.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/visualization/reference/show_3D.ipynb b/examples/visualization/reference/show_3D.ipynb index 07286e726..ff632c4ef 100644 --- a/examples/visualization/reference/show_3D.ipynb +++ b/examples/visualization/reference/show_3D.ipynb @@ -57,7 +57,7 @@ "metadata": {}, "source": [ "## `im`\n", - "The input image is 3D array to be veiwed in 3D. Note that the method does not work for 2D arrays as input." + "The input image is 3D array to be viewed in 3D. Note that the method does not work for 2D arrays as input." ] }, { From d9c0cb760893859db630f4a3f4d79496795edc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Fri, 17 Oct 2025 17:35:00 +0200 Subject: [PATCH 2/3] Fix typo --- examples/visualization/reference/show_mesh.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/visualization/reference/show_mesh.ipynb b/examples/visualization/reference/show_mesh.ipynb index a2a1cacd5..bd772c249 100644 --- a/examples/visualization/reference/show_mesh.ipynb +++ b/examples/visualization/reference/show_mesh.ipynb @@ -13,7 +13,7 @@ "id": "92b13e95", "metadata": {}, "source": [ - "Visualizes a meshed region. This function works with taking in a meshed region and displaying the reiangular mesh using `Matplotlib` 3D visualization." + "Visualizes a meshed region. This function works with taking in a meshed region and displaying the triangular mesh using `Matplotlib` 3D visualization." ] }, { From 07e3b6dd0c509d6e4d08401478eb1a85047408f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Fri, 17 Oct 2025 17:37:13 +0200 Subject: [PATCH 3/3] Fix typo --- examples/visualization/reference/show_panels.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/visualization/reference/show_panels.ipynb b/examples/visualization/reference/show_panels.ipynb index 43f3f1e64..0fe97d6cc 100644 --- a/examples/visualization/reference/show_panels.ipynb +++ b/examples/visualization/reference/show_panels.ipynb @@ -38,7 +38,7 @@ "source": [ "## `im`\n", "\n", - "This arugment receives the 3D image which is to be sliced:" + "This argument receives the 3D image which is to be sliced:" ] }, {