diff --git a/allennlp/data/dataset_readers/copynet_seq2seq.py b/allennlp/data/dataset_readers/copynet_seq2seq.py index e3df46ab640..7077ca6359b 100644 --- a/allennlp/data/dataset_readers/copynet_seq2seq.py +++ b/allennlp/data/dataset_readers/copynet_seq2seq.py @@ -72,9 +72,6 @@ class CopyNetDatasetReader(DatasetReader): source_token_indexers : ``Dict[str, TokenIndexer]``, optional Indexers used to define input (source side) token representations. Defaults to ``{"tokens": SingleIdTokenIndexer()}``. - target_token_indexers : ``Dict[str, TokenIndexer]``, optional - Indexers used to define output (target side) token representations. Defaults to - ``source_token_indexers``. Notes -----