From 3b19701d44484000720b56f9e18fa20993a8d868 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:51:07 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/curate-df.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curate-df.ipynb b/docs/curate-df.ipynb index 5ae4681e7..f2f960071 100644 --- a/docs/curate-df.ipynb +++ b/docs/curate-df.ipynb @@ -74,7 +74,7 @@ " \"temperature\": [37.2, 36.3, 38.2],\n", " \"cell_type\": [\"cerebral pyramidal neuron\", \"astrocyte\", \"oligodendrocyte\"],\n", " \"assay_ontology_id\": [\"EFO:0008913\", \"EFO:0008913\", \"EFO:0008913\"],\n", - " \"donor\": [\"D0001\", \"D0002\", \"DOOO3\"]\n", + " \"donor\": [\"D0001\", \"D0002\", \"D0003\"]\n", " },\n", " index = [\"obs1\", \"obs2\", \"obs3\"]\n", ")\n",