From 53617a07100dee047be8c346d52d79c942992aae Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Fri, 6 Sep 2024 10:07:01 +0200 Subject: [PATCH] Update docstring to note that radius is optional --- src/accessors-geog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accessors-geog.cpp b/src/accessors-geog.cpp index 2009ad9..927a54a 100644 --- a/src/accessors-geog.cpp +++ b/src/accessors-geog.cpp @@ -94,7 +94,7 @@ void init_accessors(py::module& m) { Geography object b : :py:class:`Geography` or array_like Geography object - radius : float + radius : float, optional Radius of Earth in meters, default 6,371,010 )pbdoc");