From 2fad9b03ebb3ab437eba6092d45aae1297f46f6f Mon Sep 17 00:00:00 2001 From: Laurens Lehner Date: Thu, 27 Jul 2023 16:20:00 +0200 Subject: [PATCH] Fix method link --- tutorials/tutorial_merfish.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial_merfish.ipynb b/tutorials/tutorial_merfish.ipynb index 25409ff..a761b6a 100644 --- a/tutorials/tutorial_merfish.ipynb +++ b/tutorials/tutorial_merfish.ipynb @@ -173,7 +173,7 @@ "If we want to compute the neighbor graph on the 3D coordinate space,\n", "we need to specify ``spatial_key = \"spatial3d\"``.\n", "Then we can use {func}`squidpy.gr.nhood_enrichment` to compute the score, and visualize\n", - "it with {func}`squidpy.gr.nhood_enrichment`." + "it with {func}`squidpy.pl.nhood_enrichment`." ] }, {