Skip to content

Commit

Permalink
Update src/safeds/data/tabular/containers/_temporal_cell.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Breuer <86068340+sibre28@users.noreply.github.com>
  • Loading branch information
Gerhardsa0 and sibre28 committed Jun 10, 2024
1 parent 94b4de1 commit 61200a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/containers/_temporal_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TemporalCell(ABC):
@abstractmethod
def century(self) -> Cell[int]:
"""
Get the weekday of the underlying date(time) data.
Get the century of the underlying date(time) data.
Returns
-------
Expand Down

0 comments on commit 61200a4

Please sign in to comment.