Skip to content

Commit 9fa2405

Browse files
Update minimal-example.mdx
1 parent a95c988 commit 9fa2405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/quick-start/minimal-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Let's take a look at what `gsm8k_trainset` and `gsm8k_devset` are:
3333
print(gsm8k_trainset)
3434
```
3535

36-
The `gsm8k_trainset` and `gsm8k_devset` datasets contain lists of examples, with each example having `question` and `answer` field.
36+
The `gsm8k_trainset` and `gsm8k_devset` datasets contain lists of `dspy.Examples`, with each example having `question` and `answer` fields.
3737

3838
## Define the Module
3939

0 commit comments

Comments
 (0)