diff --git a/src/safeds/data/tabular/containers/_table.py b/src/safeds/data/tabular/containers/_table.py index 06cc3e98b..b4be7f697 100644 --- a/src/safeds/data/tabular/containers/_table.py +++ b/src/safeds/data/tabular/containers/_table.py @@ -669,7 +669,7 @@ def remove_columns( -------- >>> from safeds.data.tabular.containers import Table >>> table = Table({"a": [1, 2, 3], "b": [4, 5, 6]}) - >>> table.remove_columns("a", ignore_unknown_names=True) + >>> table.remove_columns("a") +-----+ | b | | --- |