Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Willem committed Jan 22, 2025
1 parent 73dfe75 commit 68db6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/phase_shift/broadcasting_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
"\n",
"```Python\n",
"A (4d array): 8 x 1 x 6 x 1\n",
"B (3d array): 8 x 7 x 1 x 5\n",
"B (3d array): 7 x 1 x 5\n",
"```\n",
"becomes\n",
"```Python\n",
"A (4d array): 8 x [7] x 6 x 1\n",
"B (3d array): 8 x 7 x [6] x 5\n",
"B (4d array): [8] x 7 x [6] x 5\n",
"Result (4d array): 8 x 7 x 6 x 5\n",
"```"
]
Expand Down

0 comments on commit 68db6c2

Please sign in to comment.