Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46c152c

Browse files
committed
Typo
1 parent 9f6c92b commit 46c152c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,10 +642,10 @@ Expert
642642
print S
643643
644644
# It works, because:
645-
# M is (P, N, N)
646-
# V is (P, N, 1)
645+
# M is (p,n,n)
646+
# V is (p,n,1)
647647
# Thus, summing over the paired axes 0 and 0 (of M and V independently),
648-
# and 2 and 1, to remain with a Mx1 vector.
648+
# and 2 and 1, to remain with a (n,1) vector.
649649
650650
651651
Master

0 commit comments

Comments
 (0)