Skip to content

Commit 6a805be

Browse files
authored
Fix typo in SpatialData documentation (#1173)
Fix typo in documentation
1 parent eb4fb3d commit 6a805be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spatialdata/_core/spatialdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class SpatialData:
107107
- the table are stored as :class:`anndata.AnnData` objects, with the spatial coordinates stored in the obsm
108108
slot.
109109
110-
The table can annotate regions (shapesor labels) and can be used to store additional information.
110+
The table can annotate regions (shapes or labels) and can be used to store additional information.
111111
Points are not regions but 0-dimensional locations. They can't be annotated by a table, but they can store
112112
annotation directly.
113113
"""

0 commit comments

Comments
 (0)