Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Wording update in mutator docs. #4008

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parlai/core/mutators.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def many_episode_mutation(self, episode: List[Message]) -> List[List[Message]]:
Abstract many-episode mutation.

The main method to implement when creation a ManyEpisodeMutator.
You should map this episode to one-or-more episodes.
You should map this episode to zero-or-more episodes.

If you wish to create multiple episodes, you need to output
one-sublist-per-new-episode. As with EpisodeMutator, "episode_done"
Expand Down