diff --git a/parlai/core/mutators.py b/parlai/core/mutators.py index 56efced4c44..e02b89d74f9 100644 --- a/parlai/core/mutators.py +++ b/parlai/core/mutators.py @@ -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"