Skip to content

Commit

Permalink
chore: fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Mar 6, 2024
1 parent 7545ec9 commit 26a38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla/client/feedback/schemas/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class RankingQuestion(QuestionSchema, LabelMappingMixin):
Examples:
>>> from argilla.client.feedback.schemas.questions import RankingQuestion
>>> RankingQuestion(name="ranking_question", title="Ranking Question", labels=["label_1", "label_2"])
>>> RankingQuestion(name="ranking_question", title="Ranking Question", values=["label_1", "label_2"])
"""

type: Literal[QuestionTypes.ranking] = Field(QuestionTypes.ranking.value, allow_mutation=False)
Expand Down

0 comments on commit 26a38e7

Please sign in to comment.