Skip to content

Commit

Permalink
docs: minor improvements to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jul 12, 2024
1 parent b458737 commit b5ae84e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

class FunctionalTableTransformer(TableTransformer):
"""
Wraps a Callable[[Table], Table] so that it can be used in a SequentialTableTransformer.
Wraps a callable so that it conforms to the TableTransformer interface.
Parameters
----------
transformer:
The Callable that receives a table and returns a table.
A callable that receives a table and returns a table.
"""

# ------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b5ae84e

Please sign in to comment.