Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c527e49

Browse filesBrowse files
committed
FIX wrong example in D01ex03 Vectors
1 parent e9393a3 commit c527e49
Copy full SHA for c527e49

File tree

Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-5
lines changed

‎CHANGELOG.md

Copy file name to clipboard
+1-3Lines 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

Copy file name to clipboardExpand all lines: module01/subject/en.subject.tex
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.