diff --git a/src/safeds/data/tabular/containers/_tagged_table.py b/src/safeds/data/tabular/containers/_tagged_table.py index 5fdddbf98..30dd5d168 100644 --- a/src/safeds/data/tabular/containers/_tagged_table.py +++ b/src/safeds/data/tabular/containers/_tagged_table.py @@ -622,7 +622,7 @@ def replace_column(self, old_column_name: str, new_columns: list[Column]) -> Tag The order of columns is kept. - If the column to be replaced is the target column, it must be replaced by exactly one column. + If the column to be replaced is the target column, it must be replaced by exactly one column. That column becomes the new target column. This table is not modified.