Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed May 16, 2024
1 parent cff2ce5 commit 81f7d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


class AddContentPropertiesTransformer(DataTransformer[AddContentPropertiesConfig]):
"""A transformer that deletes content properties from data."""
"""A transformer that adds content properties to the data."""

def transform(self, data: DataPack) -> DataPack:
"""Transforms data.
Expand Down

0 comments on commit 81f7d3a

Please sign in to comment.