From 27d9e05ce2dfa929b4867397edcdb357990eecbb Mon Sep 17 00:00:00 2001 From: ArvidYin Date: Thu, 11 Mar 2021 21:58:04 +0800 Subject: [PATCH] Update README.md (#10647) correct spell error: 'nether' --- examples/seq2seq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/seq2seq/README.md b/examples/seq2seq/README.md index 98f4044c09..5db876d923 100644 --- a/examples/seq2seq/README.md +++ b/examples/seq2seq/README.md @@ -191,7 +191,7 @@ Note, that depending on the used model additional language-specific command-line --source_prefix "translate English to Romanian: " ``` -* yet, other models, require nether. +* yet, other models, require neither. Also, if you switch to a different language pair, make sure to adjust the source and target values in all command line arguments.