From 704da32b52aa0105b3b3483cb1f34f6732da819c Mon Sep 17 00:00:00 2001 From: Marcel Schilling Date: Fri, 4 Jul 2025 16:04:35 +0200 Subject: [PATCH] Fix typo: constuction -> construction --- basic-scrna-tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-scrna-tutorial.ipynb b/basic-scrna-tutorial.ipynb index 0c1b015..19d3c49 100644 --- a/basic-scrna-tutorial.ipynb +++ b/basic-scrna-tutorial.ipynb @@ -508,7 +508,7 @@ "id": "27147fca-c120-468d-8a5c-6479ece27848", "metadata": {}, "source": [ - "## Nearest neighbor graph constuction and visualization\n", + "## Nearest neighbor graph construction and visualization\n", "\n", "Let us compute the neighborhood graph of cells using the PCA representation of the data matrix." ]