From 9c0e26c517887c4d985bd39b56bd68571ffb1b47 Mon Sep 17 00:00:00 2001 From: Jonathan Carse <10391916+joncarse@users.noreply.github.com> Date: Sat, 25 Jul 2026 16:06:22 +0300 Subject: [PATCH] docs: fix gene count in AnnData getting started tutorial Align free-text gene count with the tutorial dataset (11505, not 13714). --- docs/notebooks/anndata_getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/anndata_getting_started.ipynb b/docs/notebooks/anndata_getting_started.ipynb index e1e6398..dfdbbbc 100644 --- a/docs/notebooks/anndata_getting_started.ipynb +++ b/docs/notebooks/anndata_getting_started.ipynb @@ -147,7 +147,7 @@ "id": "38597996-c348-4768-ac4a-98c056ba0e96", "metadata": {}, "source": [ - "This output tells us some general things about the data: its shape (2638 cells, 13714 genes) and which metadata fields and subfields it has. We will go through those one-by-one - let's start with the most important one:" + "This output tells us some general things about the data: its shape (2638 cells, 11505 genes) and which metadata fields and subfields it has. We will go through those one-by-one - let's start with the most important one:" ] }, {