Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Moeyens <[email protected]>
  • Loading branch information
spenczar and moeyensj committed Oct 18, 2023
1 parent 055c56c commit 650bab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adam_core/coordinates/cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class CartesianCoordinates(qv.Table):
"""Represents coordinates in Cartesian space."""

#: x coordinatess
#: x coordinates
x = qv.Float64Column(nullable=True)

#: y coordinates
Expand Down

0 comments on commit 650bab0

Please sign in to comment.