diff --git a/torchtext/datasets/wikitext2.py b/torchtext/datasets/wikitext2.py index 4e7828d937..a6ba1aac4f 100644 --- a/torchtext/datasets/wikitext2.py +++ b/torchtext/datasets/wikitext2.py @@ -64,7 +64,7 @@ def WikiText2(root: str, split: Union[Tuple[str], str]): """ if not is_module_available("torchdata"): raise ModuleNotFoundError( - "Package `torchdata` not found. Please install following instructions at `https://github.com/pytorch/data`" + "Package `torchdata` not found. Please install following instructions at https://github.com/pytorch/data" ) url_dp = IterableWrapper([URL])