Skip to content

Commit be7ce34

Browse files
committed
Fix typo in docstring
1 parent ecfa12d commit be7ce34

File tree

1 file changed

+1
-1
lines changed
  • src/distilabel/steps/tasks/magpie

1 file changed

+1
-1
lines changed

Diff for: src/distilabel/steps/tasks/magpie/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class Magpie(Task, MagpieBase):
219219
220220
Output columns:
221221
- conversation (`ChatType`): the generated conversation which is a list of chat
222-
items with a role and a message. Only if `only_instructions=False`.
222+
items with a role and a message. Only if `only_instruction=False`.
223223
- instruction (`str`): the generated instructions if `only_instruction=True`.
224224
- model_name (`str`): The model name used to generate the `conversation` or `instruction`.
225225

0 commit comments

Comments
 (0)