From 03d1aef1d346a59bc29d8e38f491c3dc9707b702 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Thu, 8 May 2025 11:53:12 +0200 Subject: [PATCH] fix typo --- src/spatialdata_plot/pl/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spatialdata_plot/pl/render.py b/src/spatialdata_plot/pl/render.py index cc96e26b..52297005 100644 --- a/src/spatialdata_plot/pl/render.py +++ b/src/spatialdata_plot/pl/render.py @@ -172,7 +172,7 @@ def _render_shapes( logger.info( f"Using '{method}' backend with '{render_params.ds_reduction}' as reduction" " method to speed up plotting. Depending on the reduction method, the value" - " range of the plot might change. Set method to 'matplotlib' do disable" + " range of the plot might change. Set method to 'matplotlib' to disable" " this behaviour." )