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. (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Sep 13, 2021
1 parent f9feae5 commit 10cc822
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 10cc822

Please sign in to comment.