Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Jan 14, 2025
1 parent d9d2444 commit 5b0e55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/scorers/base_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class Scorer(Object):
column_map: Optional[dict[str, str]] = Field(
default=None,
description="A mapping from column names in the dataset to the names expected by the scorer",
description="Mapping from column names in the dataset to the names expected by the scorer",
)

def model_post_init(self, __context: Any) -> None:
Expand Down

0 comments on commit 5b0e55d

Please sign in to comment.