Skip to content

Commit

Permalink
fix: doctest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 4, 2023
1 parent 6d4ab68 commit 6bd0e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/transformation/_imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Imputer(TableTransformer):
... ],
... )
>>> transformer = Imputer(Imputer.Strategy.Constant(0))
>>> transformer.fit_and_transform(table)
>>> transformed_table = transformer.fit_and_transform(table)
"""

class Strategy:
Expand Down

0 comments on commit 6bd0e19

Please sign in to comment.