From 8e86628c1c3529adca81020dc73af7b370831497 Mon Sep 17 00:00:00 2001 From: Niclas Rieger <45175997+nicrie@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:17:03 +0100 Subject: [PATCH] fix typo The order of shape got probably mixed-up here. --- docs/source/learn/core_notebooks/dimensionality.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/learn/core_notebooks/dimensionality.ipynb b/docs/source/learn/core_notebooks/dimensionality.ipynb index 1dfeb1e622..13f98b7ff0 100644 --- a/docs/source/learn/core_notebooks/dimensionality.ipynb +++ b/docs/source/learn/core_notebooks/dimensionality.ipynb @@ -533,7 +533,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If you needed the Normal variables to have `shape=(4, 3)`, you can transpose it after defining it." + "If you needed the Normal variables to have `shape=(3, 4)`, you can transpose it after defining it." ] }, {