Skip to content

Commit

Permalink
Merge pull request #261 from 42-AI/3.2.3
Browse files Browse the repository at this point in the history
FIX wrong example in D01ex03 Vectors
  • Loading branch information
maperez42 authored Feb 12, 2025
2 parents e9393a3 + c527e49 commit 98ee1b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
## Fixs

> Typo in examples for D00 ex03 "text_analyzer"
FIX wrong example for D01 ex03 "vector"

2 changes: 1 addition & 1 deletion module01/subject/en.subject.tex
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ \section*{Examples}
v2 = v1 / 2.0
print(v2)
# Expected output
# Vector([[0.0], [0.5], [1.0], [1.5]])
# Vector([[0.0, 0.5, 1.0, 1.5]])

v1 / 0.0
# Expected ouput
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.2
v3.2.3

0 comments on commit 98ee1b6

Please sign in to comment.