Skip to content

Commit 98ee1b6

Browse files
authored
Merge pull request #261 from 42-AI/3.2.3
FIX wrong example in D01ex03 Vectors
2 parents e9393a3 + c527e49 commit 98ee1b6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
## Fixs
2-
3-
> Typo in examples for D00 ex03 "text_analyzer"
1+
FIX wrong example for D01 ex03 "vector"
42

module01/subject/en.subject.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ \section*{Examples}
416416
v2 = v1 / 2.0
417417
print(v2)
418418
# Expected output
419-
# Vector([[0.0], [0.5], [1.0], [1.5]])
419+
# Vector([[0.0, 0.5, 1.0, 1.5]])
420420

421421
v1 / 0.0
422422
# Expected ouput

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.2
1+
v3.2.3

0 commit comments

Comments
 (0)