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

Commit

Permalink
Wording update in mutator docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Sep 12, 2021
1 parent f2a877b commit 8cc9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/core/mutators.py
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

0 comments on commit 8cc9de6

Please sign in to comment.