We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8bf40 commit c3ebda8Copy full SHA for c3ebda8
3_advanced/chapter13/examples/vector2.py
@@ -43,7 +43,7 @@ def __mul__(self, constant):
43
return Vector([self.vals[i] * constant for i in range(len(self.vals))])
44
45
"""
46
- Elementwise subtraction: does the same as addition, just subtraction instead
+ Elementwise subtraction: does same as addition, just subtraction instead
47
48
49
def __sub__(self, vec):
0 commit comments