Skip to content

Commit

Permalink
fix (python01 - ex Vector): fixing a wrong example about dot product.
Browse files Browse the repository at this point in the history
  • Loading branch information
madvid committed Aug 21, 2022
1 parent 24d18a5 commit ae976ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module01/subject/en.subject.tex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ \section*{Examples}
v4 = Vector([[2.0, 4.0]])
print(v3.dot(v4))
# Expected output:
# 13.0
# 14.0

v1
# Expected output: to see what __repr__() should do
Expand Down Expand Up @@ -943,4 +943,4 @@ \section*{Acknowledgements}
\vfill
\doclicenseThis

\end{document}
\end{document}

0 comments on commit ae976ac

Please sign in to comment.