Skip to content

Commit

Permalink
Fix typo in distribution dimensionality (#7005)
Browse files Browse the repository at this point in the history
The order of shape got probably mixed-up here.
  • Loading branch information
nicrie authored Nov 10, 2023
1 parent ec24ce6 commit d7415de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/learn/core_notebooks/dimensionality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit d7415de

Please sign in to comment.