Skip to content

Commit 613dac8

Browse files
authored
docs: Add missing blank line between code block and list (#1348)
1 parent 41d249d commit 613dac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/evals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class MyEvaluator(Evaluator):
8282

8383
dataset.add_evaluator(MyEvaluator())
8484
```
85+
8586
1. You can add built-in evaluators to a dataset using the [`add_evaluator`][pydantic_evals.Dataset.add_evaluator] method.
8687
2. This custom evaluator returns a simple score based on whether the output matches the expected output.
8788

0 commit comments

Comments
 (0)