Skip to content

Commit

Permalink
Fix typo (#14)
Browse files Browse the repository at this point in the history
Fix typo in the API documentation.
  • Loading branch information
avitase authored Oct 6, 2023
1 parent a0c0ec7 commit 5416ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geordpy/geordpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def rdp_filter(
- The value of 'threshold' must be greater than zero.
- The 'radius' value should be set appropriately to match the units of the threshold. For example, if the
radius is set to 1, then the threshold corresponds to the arc length on the unit sphere.
- The values of 'threshold', 'n_samples', and 'n_iterations' must be greater than zero if provided.
- The values of 'n_samples', and 'n_iterations' must be greater than zero if provided.
- The values of 'n_samples' and 'n_iterations' have no effect on the precision of the result if great-circles
are used for interpolating segments of the polyline.
"""
Expand Down

0 comments on commit 5416ce1

Please sign in to comment.