From c527e497c2ed8bae95f86352348a2a691982907c Mon Sep 17 00:00:00 2001 From: und3fin3d Date: Wed, 12 Feb 2025 12:04:34 +0100 Subject: [PATCH] FIX wrong example in D01ex03 Vectors --- CHANGELOG.md | 4 +--- module01/subject/en.subject.tex | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61fa57..7341cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,2 @@ -## Fixs - -> Typo in examples for D00 ex03 "text_analyzer" +FIX wrong example for D01 ex03 "vector" diff --git a/module01/subject/en.subject.tex b/module01/subject/en.subject.tex index 579077e..a1976a2 100644 --- a/module01/subject/en.subject.tex +++ b/module01/subject/en.subject.tex @@ -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 diff --git a/version b/version index b57c3c6..5103369 100644 --- a/version +++ b/version @@ -1 +1 @@ -v3.2.2 +v3.2.3