Skip to content

Commit

Permalink
docs: example with default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jun 28, 2024
1 parent 3042081 commit 825843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/containers/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- |
Expand Down

0 comments on commit 825843d

Please sign in to comment.