Skip to content

Commit ce76ee3

Browse files
Update src/parcels/_core/uxgrid.py
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
1 parent d28fa4c commit ce76ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_core/uxgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_axis_dim(self, axis: _UXGRID_AXES) -> int:
8181

8282
@property
8383
def deg2m(self) -> float:
84-
"""Metres per degree of arc for this grid's mesh."""
84+
"""Metres per arcdegree for this grid's mesh."""
8585
if self._radius is None:
8686
return 1852 * 60.0
8787
else:

0 commit comments

Comments
 (0)