Skip to content

Commit d28fa4c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ddac215 commit d28fa4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_core/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class SphericalMesh:
55
"""Spherical mesh object with configurable planetary radius.
66
77
Pass to FieldSet object as ``mesh=SphericalMesh(radius=...)``.
8-
radius is in meters; None reverts to default for Earth, where
8+
radius is in meters; None reverts to default for Earth, where
99
arcdegree to meter conversion is defined as 1852 * 60
1010
(1852 meters per arcminute * 60 arcminutes per arcdegree).
1111
"""

0 commit comments

Comments
 (0)