Skip to content

Commit 3f5b2de

Browse files
authored
fix(docs): add missing line break so the step title and description a… (#2391)
## Issue Link / Problem Description No related issue. There was a formatting problem in the documentation: the step title and its description were merged together due to a missing line break. ## Changes Made Added a line break between the step title and description in the documentation to improve readability. ## Testing Manual testing steps: Open the documentation file and check that Step 3's title and description are separated. Visually confirm the formatting is now correct. ## References Screenshot ## Screenshots/Examples <img width="789" height="388" alt="Screenshot_57" src="https://github.com/user-attachments/assets/da31faef-d111-453c-b599-d768112c7ed6" />
1 parent 58f20a6 commit 3f5b2de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/concepts/components/eval_dataset.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ sample3 = SingleTurnSample(
6868
```
6969

7070
**Step 3:** Create the EvaluationDataset
71+
7172
Create an EvaluationDataset by passing a list of SingleTurnSample instances.
7273

7374
```python
@@ -91,4 +92,4 @@ Load the dataset into a Ragas EvaluationDataset object.
9192
from ragas import EvaluationDataset
9293

9394
eval_dataset = EvaluationDataset.from_hf_dataset(dataset["eval"])
94-
```
95+
```

0 commit comments

Comments
 (0)