From 4f36f8ea83a424604cb85a0d000d833ea77d63c3 Mon Sep 17 00:00:00 2001 From: Julia Dark <24235303+jp-dark@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:12:01 -0400 Subject: [PATCH] Fix typo in docstring Co-authored-by: Aaron Wolen --- python-spec/src/somacore/spatial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-spec/src/somacore/spatial.py b/python-spec/src/somacore/spatial.py index 24a1f7d..62739ce 100644 --- a/python-spec/src/somacore/spatial.py +++ b/python-spec/src/somacore/spatial.py @@ -288,7 +288,7 @@ def create( ) -> Self: """Creates a new ``GeometryDataFrame`` at the given URI. - The schema of the created geoemetry dataframe will include a column named + The schema of the created geometry dataframe will include a column named ``soma_joinid`` of type ``pyarrow.int64``, with negative values disallowed, and a column named ``soma_geometry of type ``pyarrow.binary`` or ``pyarrow.large_binary``. If a ``soma_joinid`` column or ``soma_geometry``