From 8cc9de6c47ea11dd279957fbade4810133ea3862 Mon Sep 17 00:00:00 2001 From: Stephen Roller Date: Sun, 12 Sep 2021 11:32:14 -0400 Subject: [PATCH] Wording update in mutator docs. --- parlai/core/mutators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"