Skip to content
Snippets Groups Projects
Commit 3c62b0e9 authored by Alexandru Fikl's avatar Alexandru Fikl Committed by Andreas Klöckner
Browse files

fix: Eucledian -> Euclidian typo

parent 4ba5f981
No related branches found
No related tags found
Loading
Pipeline #644742 failed
......@@ -267,7 +267,7 @@ class Space:
@property
@memoize_method
def is_euclidean(self) -> bool:
"""*True* if the metric matrix corresponds to the Eucledian metric."""
"""*True* if the metric matrix corresponds to the Euclidian metric."""
return (self.metric_matrix == np.eye(self.metric_matrix.shape[0])).all()
def blade_bits_to_str(self, bits: int, outer_operator: str = "^") -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment