Skip to content

Commit d7415de

Browse files
authored
Fix typo in distribution dimensionality (#7005)
The order of shape got probably mixed-up here.
1 parent ec24ce6 commit d7415de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/learn/core_notebooks/dimensionality.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"cell_type": "markdown",
534534
"metadata": {},
535535
"source": [
536-
"If you needed the Normal variables to have `shape=(4, 3)`, you can transpose it after defining it."
536+
"If you needed the Normal variables to have `shape=(3, 4)`, you can transpose it after defining it."
537537
]
538538
},
539539
{

0 commit comments

Comments
 (0)