From 43114b89ba75a844ae5a61291a8cf40626a47b6e Mon Sep 17 00:00:00 2001 From: Oren Amsalem Date: Tue, 7 Jan 2020 18:25:25 +0200 Subject: [PATCH] spelling correction (#2434) --- examples/run_lm_finetuning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_lm_finetuning.py b/examples/run_lm_finetuning.py index 034ea59330..7617a399b3 100644 --- a/examples/run_lm_finetuning.py +++ b/examples/run_lm_finetuning.py @@ -478,7 +478,7 @@ def main(): "--cache_dir", default="", type=str, - help="Optional directory to store the pre-trained models downloaded from s3 (instread of the default one)", + help="Optional directory to store the pre-trained models downloaded from s3 (instead of the default one)", ) parser.add_argument( "--block_size",