Skip to content

Commit 68ed9b6

Browse files
authored
fix typo (#454)
1 parent a005bec commit 68ed9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_plot/pl/render.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _render_shapes(
172172
logger.info(
173173
f"Using '{method}' backend with '{render_params.ds_reduction}' as reduction"
174174
" method to speed up plotting. Depending on the reduction method, the value"
175-
" range of the plot might change. Set method to 'matplotlib' do disable"
175+
" range of the plot might change. Set method to 'matplotlib' to disable"
176176
" this behaviour."
177177
)
178178

0 commit comments

Comments
 (0)