Skip to content

Commit

Permalink
Update src/safeds/data/tabular/containers/_tagged_table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Breuer <[email protected]>
  • Loading branch information
zzril and sibre28 authored Jul 8, 2023
1 parent 168891f commit 6e65b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/containers/_tagged_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e65b12

Please sign in to comment.