Skip to content

Commit

Permalink
reverted colum changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhardsa0 committed Feb 20, 2024
1 parent 1d91367 commit 4560e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/containers/_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, name: str, data: Sequence[T] | None = None) -> None:
----------
name : str
The name of the column.
data : Sequence[T]
data : Sequence[T] | None
The data. If None, an empty column is created.
Examples
Expand Down

0 comments on commit 4560e4e

Please sign in to comment.