Skip to content

Commit ae976ac

Browse files
committed
fix (python01 - ex Vector): fixing a wrong example about dot product.
1 parent 24d18a5 commit ae976ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module01/subject/en.subject.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ \section*{Examples}
491491
v4 = Vector([[2.0, 4.0]])
492492
print(v3.dot(v4))
493493
# Expected output:
494-
# 13.0
494+
# 14.0
495495

496496
v1
497497
# Expected output: to see what __repr__() should do
@@ -943,4 +943,4 @@ \section*{Acknowledgements}
943943
\vfill
944944
\doclicenseThis
945945

946-
\end{document}
946+
\end{document}

0 commit comments

Comments
 (0)