A method of the `Vector` class is wrongly named, perhaps. [Here is the code.](https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/lib.py#L91) Should be euclidLength instead of eulidLength. The **'c'** is missing.
A method of the
Vectorclass is wrongly named, perhaps.Here is the code.
Should be euclidLength instead of eulidLength. The 'c' is missing.