Skip to content

Commit

Permalink
fix docs strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 6, 2024
1 parent 1c80e0c commit a1f8240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ezdxf/acc/construct.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ def world_mercator_to_gps(double x, double y, double tol = 1e-6) -> tuple[float,
used by GPS.

Args:
location: :class:`Vec3` object, z-axis is ignored
x: coordinate WGS84 World Mercator
y: coordinate WGS84 World Mercator
tol: accuracy for latitude calculation

"""
Expand Down
3 changes: 2 additions & 1 deletion src/ezdxf/math/_construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ def world_mercator_to_gps(x: float, y: float, tol: float = 1e-6) -> tuple[float,
used by GPS.
Args:
location: :class:`Vec3` object, z-axis is ignored
x: coordinate WGS84 World Mercator
y: coordinate WGS84 World Mercator
tol: accuracy for latitude calculation
"""
Expand Down

0 comments on commit a1f8240

Please sign in to comment.