From add58c91b31734d506856f4058ae08b6b0790830 Mon Sep 17 00:00:00 2001 From: Jan Gleixner Date: Mon, 3 Aug 2026 22:25:18 +0200 Subject: [PATCH] Fix typo in documentation --- src/spatialdata/_core/spatialdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spatialdata/_core/spatialdata.py b/src/spatialdata/_core/spatialdata.py index fb55ab086..088de3d77 100644 --- a/src/spatialdata/_core/spatialdata.py +++ b/src/spatialdata/_core/spatialdata.py @@ -107,7 +107,7 @@ class SpatialData: - the table are stored as :class:`anndata.AnnData` objects, with the spatial coordinates stored in the obsm slot. - The table can annotate regions (shapesor labels) and can be used to store additional information. + The table can annotate regions (shapes or labels) and can be used to store additional information. Points are not regions but 0-dimensional locations. They can't be annotated by a table, but they can store annotation directly. """