From 6e65b1218af4f1065d7693ac75c900be6b8c9056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Severin=20Paul=20H=C3=B6fer?= <84280965+zzril@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:10:26 +0200 Subject: [PATCH] Update src/safeds/data/tabular/containers/_tagged_table.py Co-authored-by: Simon Breuer <86068340+sibre28@users.noreply.github.com> --- src/safeds/data/tabular/containers/_tagged_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.