Skip to content

Commit 5371cef

Browse files
committed
✏️ Typo
1 parent 37493b9 commit 5371cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelog/2025.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ ln.track(project="My project")
6363
🚸 Introduce `.slots` in `Schema`, `Curator`, and `artifact.features` to access schemas and curators by dataset slot. [PR](https://github.com/laminlabs/lamindb/pull/2530) [@sunnyosun](https://github.com/sunnyosun)
6464

6565
```python
66-
schema.slots["obs"] -> Schema for .obs slot of AnnData
67-
curator.slots["obs"] -> Curator for .obs slot of AnnData
68-
artifact.features["obs"] -> Feature sets for .obs slot of AnnData
66+
schema.slots["obs"] # -> schema for .obs slot of AnnData
67+
curator.slots["obs"] # -> curator for .obs slot of AnnData
68+
artifact.features["obs"] # -> feature set for .obs slot of AnnData
6969
```
7070

7171
🏗️ Re-structured the internal API away from monkey-patching Django models. [PR](https://github.com/laminlabs/lamindb/pull/2516) [@falexwolf](https://github.com/falexwolf)

0 commit comments

Comments
 (0)