Skip to content

Commit e8a940e

Browse files
author
Sonja Stockhaus
committed
typo
1 parent 173495f commit e8a940e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spatialdata_plot/pl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ def _type_check_params(param_dict: dict[str, Any], element_type: str) -> dict[st
17551755
elif element_type == "shapes":
17561756
# set default fill_alpha for shapes if not given by user explicitly or implicitly (as part of color)
17571757
param_dict["fill_alpha"] = 1.0
1758-
elif element_type == "lables":
1758+
elif element_type == "labels":
17591759
param_dict["fill_alpha"] = 0.4
17601760

17611761
if (cmap := param_dict.get("cmap")) is not None and (palette := param_dict.get("palette")) is not None:

0 commit comments

Comments
 (0)