diff --git a/src/safeds/data/tabular/plotting/_column_plotter.py b/src/safeds/data/tabular/plotting/_column_plotter.py index 293f623a3..18e2b360b 100644 --- a/src/safeds/data/tabular/plotting/_column_plotter.py +++ b/src/safeds/data/tabular/plotting/_column_plotter.py @@ -37,7 +37,7 @@ def box_plot(self, *, theme: Literal["dark", "light"] = "light") -> Image: ---------- theme: The theme to use for the plot. Either "dark" or "light". - + Returns ------- plot: