Unverified Commit cd1ffb40 authored by marxav's avatar marxav Committed by GitHub
Browse files

typo "conaining" -> "containing" (#16132)

parent 5664d276
......@@ -623,7 +623,7 @@ class PretrainedConfig(PushToHubMixin):
except HTTPError:
raise EnvironmentError(
"We couldn't connect to 'https://huggingface.co/' to load this model and it looks like "
f"{pretrained_model_name_or_path} is not the path to a directory conaining a {configuration_file} "
f"{pretrained_model_name_or_path} is not the path to a directory containing a {configuration_file} "
"file.\nCheckout your internet connection or see how to run the library in offline mode at "
"'https://huggingface.co/docs/transformers/installation#offline-mode'."
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment