From d1543459a0f13685d432b7571f9fa252709f7d90 Mon Sep 17 00:00:00 2001 From: Nathan Carter Date: Tue, 4 Jun 2019 08:56:55 +0100 Subject: [PATCH] Clarifying what a "point" is in the API docs I had to look at `test.py` to verify that a point was a latlng point. Just helping the next person. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 9e621e2..021c90f 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ Set of algorithms and structures related to geodesy. API --- +In all functions below, `point` parameters are latitude-longitude pairs. + geo.sphere ~~~~~~~~~~~~