diff --git a/src/safeds/data/tabular/plotting/_column_plotter.py b/src/safeds/data/tabular/plotting/_column_plotter.py index 03b44c3ed..293f623a3 100644 --- a/src/safeds/data/tabular/plotting/_column_plotter.py +++ b/src/safeds/data/tabular/plotting/_column_plotter.py @@ -136,7 +136,7 @@ def histogram(self, *, max_bin_count: int = 10, theme: Literal["dark", "light"] max_bin_count: The maximum number of bins to use in the histogram. Default is 10. theme: - The theme for the plot, either "dark" or "light". Default is "light" + The theme for the plot, either "dark" or "light". Default is "light". Returns -------