Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Wolen <[email protected]>
  • Loading branch information
jp-dark and aaronwolen authored Sep 26, 2024
1 parent 69c585c commit 4f36f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-spec/src/somacore/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 4f36f8e

Please sign in to comment.