Skip to content

Commit

Permalink
docs: add missing dots
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 21, 2023
1 parent 093d914 commit ae16e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/safeds/data/tabular/containers/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ def transform_table(self, transformer: TableTransformer) -> Table:
Parameters
----------
transformer : TableTransformer
The transformer which transforms the given table
The transformer which transforms the given table.
Returns
-------
Expand Down Expand Up @@ -1039,7 +1039,7 @@ def inverse_transform_table(self, transformer: InvertibleTableTransformer) -> Ta
Returns
-------
table : Table
The original table
The original table.
Raises
------
Expand Down

0 comments on commit ae16e2d

Please sign in to comment.